#567dcb

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

Shades of Havelock Blue #567DCB

Tints of Havelock Blue #567DCB

Color information

#567DCB (or 0x567DCB) is unknown color: approx Havelock Blue. HEX triplet: 56, 7D and CB. RGB value is (86,125,203). Sum of RGB (Red+Green+Blue) = 86+125+203=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #567DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DCB is #A98234. Grayscale: #797979. Windows color (decimal): -11108917 or 13335894. OLE color: 13335894.

HSL color Cylindrical-coordinate representation of color #567DCB: hue angle of 220º 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 #567DCB is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86125203-
CMYK0.580.3800.20
HSL220º52.94%56.67%-
HSV(B)220º57.64%79.61%-
XYZ21.9520.9659.39-
YUV122.23173.58102.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=20.77%
G=30.19%
B=49.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861252030.580.3800.2022052.9456.67
Hex567DCB3A26014dc3539
Octal12617531372460243346571
Binary101011011111011100101111101010011001010011011100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567dcb; }

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

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

<style>
 a { background-color: #567dcb; }

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

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

<style>
 span { border-color: #567dcb; }

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

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