Html Css Color HEX #567DCB Havelock Blue

📋 copy color: '#567DCB'

red 86 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #567DCB

Tints of Havelock Blue #567DCB

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 value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#567DCB (or 0x567DCB) is known color: 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

RGB 86 125 203 -
CMYK 0.58 0.38 0 0.20
HSL 220º 0.53% 0.57% -
HSV(B) 220º 0.58% 0.8% -
XYZ 21.95 20.96 59.39 -
YUV 122.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 86 125 203 0.58 0.38 0 0.20 220 0.53 0.57
Hex 56 7D CB 3A 26 0 14 DC 35 39
Octal 126 175 313 72 46 0 24 334 65 71
Binary 1010110 1111101 11001011 111010 100110 0 10100 11011100 110101 111001

Color Harmonies of #567DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DCB

Black with #567DCB

Text Example


Text Example

White with #567DCB

Text Example


Text Example

HTML Codes & Css Web 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>