#5474BE

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

Shades of Havelock Blue #5474BE

Tints of Havelock Blue #5474BE

Color information

#5474BE (or 0x5474BE) is unknown color: approx Havelock Blue. HEX triplet: 54, 74 and BE. RGB value is (84,116,190). Sum of RGB (Red+Green+Blue) = 84+116+190=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5474BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474BE is #AB8B41. Grayscale: #727272. Windows color (decimal): -11242306 or 12481620. OLE color: 12481620.

HSL color Cylindrical-coordinate representation of color #5474BE: hue angle of 221.89º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5474BE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84116190-
CMYK0.560.3900.25
HSL221.89º44.92%53.73%-
HSV(B)221.89º55.79%74.51%-
XYZ19.218.0951.2-
YUV114.87170.4105.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=21.54%
G=29.74%
B=48.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841161900.560.3900.25221.8944.9253.73
Hex5474BE3827019de2d36
Octal12416427670470313365566
Binary101010011101001011111011100010011101100111011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5474BE; }

 p { color: rgb(84,116,190); }

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

<style>
 a { background-color: #5474BE; }

 a { background-color: rgb(84,116,190); }

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

<style>
 span { border-color: #5474BE; }

 span { border-color: rgb(84,116,190); }

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