#5189D5

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

Shades of Havelock Blue #5189D5

Tints of Havelock Blue #5189D5

Color information

#5189D5 (or 0x5189D5) is unknown color: approx Havelock Blue. HEX triplet: 51, 89 and D5. RGB value is (81,137,213). Sum of RGB (Red+Green+Blue) = 81+137+213=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #5189D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189D5 is #AE762A. Grayscale: #808080. Windows color (decimal): -11433515 or 13994321. OLE color: 13994321.

HSL color Cylindrical-coordinate representation of color #5189D5: hue angle of 214.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5189D5 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81137213-
CMYK0.620.3600.16
HSL214.55º61.11%57.65%-
HSV(B)214.55º61.97%83.53%-
XYZ24.3524.4466.39-
YUV128.92175.4593.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=18.79%
G=31.79%
B=49.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811372130.620.3600.16214.5561.1157.65
Hex5189D53E24010d73d3a
Octal12121132576440203277572
Binary1010001100010011101010111111010010001000011010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5189D5; }

 p { color: rgb(81,137,213); }

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

<style>
 a { background-color: #5189D5; }

 a { background-color: rgb(81,137,213); }

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

<style>
 span { border-color: #5189D5; }

 span { border-color: rgb(81,137,213); }

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