#5184CC

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

Shades of Havelock Blue #5184CC

Tints of Havelock Blue #5184CC

Color information

#5184CC (or 0x5184CC) is unknown color: approx Havelock Blue. HEX triplet: 51, 84 and CC. RGB value is (81,132,204). Sum of RGB (Red+Green+Blue) = 81+132+204=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #5184CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184CC is #AE7B33. Grayscale: #7C7C7C. Windows color (decimal): -11434804 or 13403217. OLE color: 13403217.

HSL color Cylindrical-coordinate representation of color #5184CC: hue angle of 215.12º 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 #5184CC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81132204-
CMYK0.600.3500.2
HSL215.12º54.67%55.88%-
HSV(B)215.12º60.29%80%-
XYZ22.5422.6160.3-
YUV124.96172.696.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=19.42%
G=31.65%
B=48.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811322040.600.3500.2215.1254.6755.88
Hex5184CC3C23014d73738
Octal12120431474430243276770
Binary1010001100001001100110011110010001101010011010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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