#5574CA

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

Shades of Havelock Blue #5574CA

Tints of Havelock Blue #5574CA

Color information

#5574CA (or 0x5574CA) is unknown color: approx Havelock Blue. HEX triplet: 55, 74 and CA. RGB value is (85,116,202). Sum of RGB (Red+Green+Blue) = 85+116+202=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5574CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574CA is #AA8B35. Grayscale: #747474. Windows color (decimal): -11176758 or 13268053. OLE color: 13268053.

HSL color Cylindrical-coordinate representation of color #5574CA: hue angle of 224.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5574CA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85116202-
CMYK0.580.4300.21
HSL224.1º52.47%56.27%-
HSV(B)224.1º57.92%79.22%-
XYZ20.6518.6958.4-
YUV116.54176.23105.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=21.09%
G=28.78%
B=50.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851162020.580.4300.21224.152.4756.27
Hex5574CA3A2B015e03438
Octal12516431272530253406470
Binary101010111101001100101011101010101101010111100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5574CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5574CA; }

 p { color: rgb(85,116,202); }

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

<style>
 a { background-color: #5574CA; }

 a { background-color: rgb(85,116,202); }

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

<style>
 span { border-color: #5574CA; }

 span { border-color: rgb(85,116,202); }

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