Html Css Color HEX #567DC9 Havelock Blue

📋 copy color: '#567DC9'

red 86 ◦ green 125 ◦ blue 201

#567DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #567DC9

Tints of Havelock Blue #567DC9

RGB

 RED value IS 86 (33.98% from 255) = 20.87%

 GREEN value IS 125 (49.22% from 255) = 30.34%

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 20.87%
G = 30.34%
B = 48.79%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#567DC9 (or 0x567DC9) is known color: Havelock Blue. HEX triplet: 56, 7D and C9. RGB value is (86,125,201). Sum of RGB (Red+Green+Blue) = 86+125+201=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #567DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DC9 is #A98236. Grayscale: #797979. Windows color (decimal): -11108919 or 13204822. OLE color: 13204822.

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

Color convert

RGB 86 125 201 -
CMYK 0.57 0.38 0 0.21
HSL 219.65º 0.52% 0.56% -
HSV(B) 219.65º 0.57% 0.79% -
XYZ 21.71 20.86 58.14 -
YUV 122 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 86 125 201 0.57 0.38 0 0.21 219.65 0.52 0.56
Hex 56 7D C9 39 26 0 15 DC 34 38
Octal 126 175 311 71 46 0 25 334 64 70
Binary 1010110 1111101 11001001 111001 100110 0 10101 11011100 110100 111000

Color Harmonies of #567DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DC9

Black with #567DC9

Text Example


Text Example

White with #567DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #567DC9;
 }
 .AnyTagClassName
 {
   color: #567DC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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