#567BCA

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

Shades of Havelock Blue #567BCA

Tints of Havelock Blue #567BCA

Color information

#567BCA (or 0x567BCA) is unknown color: approx Havelock Blue. HEX triplet: 56, 7B and CA. RGB value is (86,123,202). Sum of RGB (Red+Green+Blue) = 86+123+202=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #567BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567BCA is #A98435. Grayscale: #787878. Windows color (decimal): -11109430 or 13269846. OLE color: 13269846.

HSL color Cylindrical-coordinate representation of color #567BCA: hue angle of 220.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #567BCA is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86123202-
CMYK0.570.3900.21
HSL220.86º52.25%56.47%-
HSV(B)220.86º57.43%79.22%-
XYZ21.5820.4158.68-
YUV120.94173.74103.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=20.92%
G=29.93%
B=49.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861232020.570.3900.21220.8652.2556.47
Hex567BCA3927015dd3438
Octal12617331271470253356470
Binary101011011110111100101011100110011101010111011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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