#568ACB

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

Shades of Havelock Blue #568ACB

Tints of Havelock Blue #568ACB

Color information

#568ACB (or 0x568ACB) is unknown color: approx Havelock Blue. HEX triplet: 56, 8A and CB. RGB value is (86,138,203). Sum of RGB (Red+Green+Blue) = 86+138+203=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #568ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ACB is #A97534. Grayscale: #818181. Windows color (decimal): -11105589 or 13339222. OLE color: 13339222.

HSL color Cylindrical-coordinate representation of color #568ACB: hue angle of 213.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568ACB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86138203-
CMYK0.580.3200.20
HSL213.33º52.94%56.67%-
HSV(B)213.33º57.64%79.61%-
XYZ23.7124.4759.97-
YUV129.86169.2796.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=20.14%
G=32.32%
B=47.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861382030.580.3200.20213.3352.9456.67
Hex568ACB3A20014d53539
Octal12621231372400243256571
Binary1010110100010101100101111101010000001010011010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,203); }

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

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

 a { background-color: rgb(86,138,203); }

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

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

 span { border-color: rgb(86,138,203); }

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