#5174CC

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

Shades of Havelock Blue #5174CC

Tints of Havelock Blue #5174CC

Color information

#5174CC (or 0x5174CC) is unknown color: approx Havelock Blue. HEX triplet: 51, 74 and CC. RGB value is (81,116,204). Sum of RGB (Red+Green+Blue) = 81+116+204=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5174CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174CC is #AE8B33. Grayscale: #737373. Windows color (decimal): -11438900 or 13399121. OLE color: 13399121.

HSL color Cylindrical-coordinate representation of color #5174CC: hue angle of 222.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5174CC is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81116204-
CMYK0.600.4300.2
HSL222.93º54.67%55.88%-
HSV(B)222.93º60.29%80%-
XYZ20.5418.659.63-
YUV115.57177.9103.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=20.20%
G=28.93%
B=50.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811162040.600.4300.2222.9354.6755.88
Hex5174CC3C2B014df3738
Octal12116431474530243376770
Binary101000111101001100110011110010101101010011011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5174CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5174CC; }

 p { color: rgb(81,116,204); }

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

<style>
 a { background-color: #5174CC; }

 a { background-color: rgb(81,116,204); }

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

<style>
 span { border-color: #5174CC; }

 span { border-color: rgb(81,116,204); }

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