Html Css Color HEX #567DD5 Havelock Blue

📋 copy color: '#567DD5'

red 86 ◦ green 125 ◦ blue 213

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

Shades of Havelock Blue #567DD5

Tints of Havelock Blue #567DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 20.28%
G = 29.48%
B = 50.24%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#567DD5 (or 0x567DD5) is known color: Havelock Blue. HEX triplet: 56, 7D and D5. RGB value is (86,125,213). Sum of RGB (Red+Green+Blue) = 86+125+213=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #567DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DD5 is #A9822A. Grayscale: #7A7A7A. Windows color (decimal): -11108907 or 13991254. OLE color: 13991254.

HSL color Cylindrical-coordinate representation of color #567DD5: hue angle of 221.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #567DD5 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 125 213 -
CMYK 0.60 0.41 0 0.16
HSL 221.57º 0.6% 0.59% -
HSV(B) 221.57º 0.6% 0.84% -
XYZ 23.18 21.45 65.87 -
YUV 123.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 86 125 213 0.60 0.41 0 0.16 221.57 0.6 0.59
Hex 56 7D D5 3C 29 0 10 DE 3C 3B
Octal 126 175 325 74 51 0 20 336 74 73
Binary 1010110 1111101 11010101 111100 101001 0 10000 11011110 111100 111011

Color Harmonies of #567DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DD5

Black with #567DD5

Text Example


Text Example

White with #567DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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