Html Css Color HEX #567DB9 Havelock Blue

📋 copy color: '#567DB9'

red 86 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #567DB9

Tints of Havelock Blue #567DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 21.72%
G = 31.57%
B = 46.72%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#567DB9 (or 0x567DB9) is known color: Havelock Blue. HEX triplet: 56, 7D and B9. RGB value is (86,125,185). Sum of RGB (Red+Green+Blue) = 86+125+185=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #567DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DB9 is #A98246. Grayscale: #777777. Windows color (decimal): -11108935 or 12156246. OLE color: 12156246.

HSL color Cylindrical-coordinate representation of color #567DB9: hue angle of 216.36º 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 #567DB9 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 125 185 -
CMYK 0.54 0.32 0 0.27
HSL 216.36º 0.41% 0.53% -
HSV(B) 216.36º 0.54% 0.73% -
XYZ 19.93 20.15 48.74 -
YUV 120.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 86 125 185 0.54 0.32 0 0.27 216.36 0.41 0.53
Hex 56 7D B9 36 20 0 1B D8 29 35
Octal 126 175 271 66 40 0 33 330 51 65
Binary 1010110 1111101 10111001 110110 100000 0 11011 11011000 101001 110101

Color Harmonies of #567DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DB9

Black with #567DB9

Text Example


Text Example

White with #567DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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