#568BCE

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

Shades of Havelock Blue #568BCE

Tints of Havelock Blue #568BCE

Color information

#568BCE (or 0x568BCE) is unknown color: approx Havelock Blue. HEX triplet: 56, 8B and CE. RGB value is (86,139,206). Sum of RGB (Red+Green+Blue) = 86+139+206=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #568BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BCE is #A97431. Grayscale: #828282. Windows color (decimal): -11105330 or 13536086. OLE color: 13536086.

HSL color Cylindrical-coordinate representation of color #568BCE: hue angle of 213.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568BCE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86139206-
CMYK0.580.3300.19
HSL213.5º55.05%57.25%-
HSV(B)213.5º58.25%80.78%-
XYZ24.2124.961.92-
YUV130.79170.4496.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.95%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=19.95%
G=32.25%
B=47.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861392060.580.3300.19213.555.0557.25
Hex568BCE3A21013d63739
Octal12621331672410233266771
Binary1010110100010111100111011101010000101001111010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,206); }

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

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

 a { background-color: rgb(86,139,206); }

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

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

 span { border-color: rgb(86,139,206); }

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