#5774BB

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

Shades of Havelock Blue #5774BB

Tints of Havelock Blue #5774BB

Color information

#5774BB (or 0x5774BB) is unknown color: approx Havelock Blue. HEX triplet: 57, 74 and BB. RGB value is (87,116,187). Sum of RGB (Red+Green+Blue) = 87+116+187=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 116 (45.70% from 255 or 29.74% 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 #5774BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774BB is #A88B44. Grayscale: #737373. Windows color (decimal): -11045701 or 12285015. OLE color: 12285015.

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

Color convert

RGB87116187-
CMYK0.530.3800.27
HSL222.6º42.37%53.73%-
HSV(B)222.6º53.48%73.33%-
XYZ19.1518.149.5-
YUV115.42168.39107.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=22.31%
G=29.74%
B=47.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871161870.530.3800.27222.642.3753.73
Hex5774BB352601Bdf2a36
Octal12716427365460333375266
Binary101011111101001011101111010110011001101111011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,116,187); }

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

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

 a { background-color: rgb(87,116,187); }

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

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

 span { border-color: rgb(87,116,187); }

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