#567CB9

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

Shades of Havelock Blue #567CB9

Tints of Havelock Blue #567CB9

Color information

#567CB9 (or 0x567CB9) is unknown color: approx Havelock Blue. HEX triplet: 56, 7C and B9. RGB value is (86,124,185). Sum of RGB (Red+Green+Blue) = 86+124+185=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #567CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CB9 is #A98346. Grayscale: #777777. Windows color (decimal): -11109191 or 12155990. OLE color: 12155990.

HSL color Cylindrical-coordinate representation of color #567CB9: hue angle of 216.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567CB9 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86124185-
CMYK0.540.3300.27
HSL216.97º41.42%53.14%-
HSV(B)216.97º53.51%72.55%-
XYZ19.819.948.7-
YUV119.59164.91104.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=21.77%
G=31.39%
B=46.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861241850.540.3300.27216.9741.4253.14
Hex567CB9362101Bd92935
Octal12617427166410333315165
Binary101011011111001011100111011010000101101111011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,124,185); }

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

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

 a { background-color: rgb(86,124,185); }

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

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

 span { border-color: rgb(86,124,185); }

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