#567DD1

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

Shades of Havelock Blue #567DD1

Tints of Havelock Blue #567DD1

Color information

#567DD1 (or 0x567DD1) is unknown color: approx Havelock Blue. HEX triplet: 56, 7D and D1. RGB value is (86,125,209). Sum of RGB (Red+Green+Blue) = 86+125+209=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #567DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DD1 is #A9822E. Grayscale: #7A7A7A. Windows color (decimal): -11108911 or 13729110. OLE color: 13729110.

HSL color Cylindrical-coordinate representation of color #567DD1: hue angle of 220.98º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #567DD1 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86125209-
CMYK0.590.4000.18
HSL220.98º57.21%57.84%-
HSV(B)220.98º58.85%81.96%-
XYZ22.6821.2563.23-
YUV122.92176.58101.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=20.48%
G=29.76%
B=49.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861252090.590.4000.18220.9857.2157.84
Hex567DD13B28012dd393a
Octal12617532173500223357172
Binary101011011111011101000111101110100001001011011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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