#5675BC

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

Shades of Havelock Blue #5675BC

Tints of Havelock Blue #5675BC

Color information

#5675BC (or 0x5675BC) is unknown color: approx Havelock Blue. HEX triplet: 56, 75 and BC. RGB value is (86,117,188). Sum of RGB (Red+Green+Blue) = 86+117+188=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #5675BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675BC is #A98A43. Grayscale: #737373. Windows color (decimal): -11110980 or 12350806. OLE color: 12350806.

HSL color Cylindrical-coordinate representation of color #5675BC: hue angle of 221.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5675BC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86117188-
CMYK0.540.3800.26
HSL221.76º43.22%53.73%-
HSV(B)221.76º54.26%73.73%-
XYZ19.2818.3350.1-
YUV115.82168.73106.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=21.99%
G=29.92%
B=48.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861171880.540.3800.26221.7643.2253.73
Hex5675BC362601Ade2b36
Octal12616527466460323365366
Binary101011011101011011110011011010011001101011011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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