#568CD6

Color #568CD6 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #568CD6

Tints of Havelock Blue #568CD6

Color information

#568CD6 (or 0x568CD6) is unknown color: approx Havelock Blue. HEX triplet: 56, 8C and D6. RGB value is (86,140,214). Sum of RGB (Red+Green+Blue) = 86+140+214=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #568CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CD6 is #A97329. Grayscale: #838383. Windows color (decimal): -11105066 or 14060630. OLE color: 14060630.

HSL color Cylindrical-coordinate representation of color #568CD6: hue angle of 214.69º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #568CD6 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86140214-
CMYK0.600.3500.16
HSL214.69º60.95%58.82%-
HSV(B)214.69º59.81%83.92%-
XYZ25.3525.5967.22-
YUV132.29174.1194.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=19.55%
G=31.82%
B=48.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861402140.600.3500.16214.6960.9558.82
Hex568CD63C23010d73d3b
Octal12621432674430203277573
Binary1010110100011001101011011110010001101000011010111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568CD6; }

 p { color: rgb(86,140,214); }

 H1.HeaderClassName
 {
   color: #568CD6;
 }
 .AnyTagClassName
 {
   color: #568CD6;
 }
</style>
background-color css

<style>
 a { background-color: #568CD6; }

 a { background-color: rgb(86,140,214); }

 div.DivClassName
 {
   background-color: #568CD6;
 }
 .BgClassName
 {
   background-color: #568CD6;
 }
</style>
border-color css

<style>
 span { border-color: #568CD6; }

 span { border-color: rgb(86,140,214); }

 td.TdClassName
 {
   border-color: #568CD6;
 }
 .TagClassName
 {
   border-color: #568CD6;
 }
</style>