#5478BC

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

Shades of Havelock Blue #5478BC

Tints of Havelock Blue #5478BC

Color information

#5478BC (or 0x5478BC) is unknown color: approx Havelock Blue. HEX triplet: 54, 78 and BC. RGB value is (84,120,188). Sum of RGB (Red+Green+Blue) = 84+120+188=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5478BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478BC is #AB8743. Grayscale: #747474. Windows color (decimal): -11241284 or 12351572. OLE color: 12351572.

HSL color Cylindrical-coordinate representation of color #5478BC: hue angle of 219.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5478BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84120188-
CMYK0.550.3600.26
HSL219.23º43.7%53.33%-
HSV(B)219.23º55.32%73.73%-
XYZ19.4518.9550.21-
YUV116.99168.07104.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=21.43%
G=30.61%
B=47.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841201880.550.3600.26219.2343.753.33
Hex5478BC372401Adb2c35
Octal12417027467440323335465
Binary101010011110001011110011011110010001101011011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,120,188); }

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

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

 a { background-color: rgb(84,120,188); }

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

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

 span { border-color: rgb(84,120,188); }

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