#5675d0

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

Shades of Havelock Blue #5675D0

Tints of Havelock Blue #5675D0

Color information

#5675D0 (or 0x5675D0) is unknown color: approx Havelock Blue. HEX triplet: 56, 75 and D0. RGB value is (86,117,208). Sum of RGB (Red+Green+Blue) = 86+117+208=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #5675D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675D0 is #A98A2F. Grayscale: #757575. Windows color (decimal): -11110960 or 13661526. OLE color: 13661526.

HSL color Cylindrical-coordinate representation of color #5675D0: hue angle of 224.75º degrees, saturation: 0.56, 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 #5675D0 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86117208-
CMYK0.590.4400.18
HSL224.75º56.48%57.65%-
HSV(B)224.75º58.65%81.57%-
XYZ21.5819.2662.25-
YUV118.1178.73105.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 208 (81.64% from 255) = 50.61%
R=20.92%
G=28.47%
B=50.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861172080.590.4400.18224.7556.4857.65
Hex5675D03B2C012e1383a
Octal12616532073540223417072
Binary101011011101011101000011101110110001001011100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5675d0; }

 p { color: rgb(86,117,208); }

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

<style>
 a { background-color: #5675d0; }

 a { background-color: rgb(86,117,208); }

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

<style>
 span { border-color: #5675d0; }

 span { border-color: rgb(86,117,208); }

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