#5675BB

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

Shades of Havelock Blue #5675BB

Tints of Havelock Blue #5675BB

Color information

#5675BB (or 0x5675BB) is unknown color: approx Havelock Blue. HEX triplet: 56, 75 and BB. RGB value is (86,117,187). Sum of RGB (Red+Green+Blue) = 86+117+187=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #5675BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675BB is #A98A44. Grayscale: #737373. Windows color (decimal): -11110981 or 12285270. OLE color: 12285270.

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

Color convert

RGB86117187-
CMYK0.540.3700.27
HSL221.58º42.62%53.53%-
HSV(B)221.58º54.01%73.33%-
XYZ19.1718.2949.53-
YUV115.71168.23106.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=22.05%
G=30%
B=47.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861171870.540.3700.27221.5842.6253.53
Hex5675BB362501Bde2b36
Octal12616527366450333365366
Binary101011011101011011101111011010010101101111011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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