#567BCB

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

Shades of Havelock Blue #567BCB

Tints of Havelock Blue #567BCB

Color information

#567BCB (or 0x567BCB) is unknown color: approx Havelock Blue. HEX triplet: 56, 7B and CB. RGB value is (86,123,203). Sum of RGB (Red+Green+Blue) = 86+123+203=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #567BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BCB is #A98434. Grayscale: #787878. Windows color (decimal): -11109429 or 13335382. OLE color: 13335382.

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

Color convert

RGB86123203-
CMYK0.580.3900.20
HSL221.03º52.94%56.67%-
HSV(B)221.03º57.64%79.61%-
XYZ21.720.4659.3-
YUV121.06174.24103-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=20.87%
G=29.85%
B=49.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861232030.580.3900.20221.0352.9456.67
Hex567BCB3A27014dd3539
Octal12617331372470243356571
Binary101011011110111100101111101010011101010011011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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