#5184CA

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

Shades of Havelock Blue #5184CA

Tints of Havelock Blue #5184CA

Color information

#5184CA (or 0x5184CA) is unknown color: approx Havelock Blue. HEX triplet: 51, 84 and CA. RGB value is (81,132,202). Sum of RGB (Red+Green+Blue) = 81+132+202=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #5184CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184CA is #AE7B35. Grayscale: #7C7C7C. Windows color (decimal): -11434806 or 13272145. OLE color: 13272145.

HSL color Cylindrical-coordinate representation of color #5184CA: hue angle of 214.71º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5184CA is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81132202-
CMYK0.600.3500.21
HSL214.71º53.3%55.49%-
HSV(B)214.71º59.9%79.22%-
XYZ22.3122.5259.05-
YUV124.73171.696.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=19.52%
G=31.81%
B=48.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811322020.600.3500.21214.7153.355.49
Hex5184CA3C23015d73537
Octal12120431274430253276567
Binary1010001100001001100101011110010001101010111010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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