#5189D4

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

Shades of Havelock Blue #5189D4

Tints of Havelock Blue #5189D4

Color information

#5189D4 (or 0x5189D4) is unknown color: approx Havelock Blue. HEX triplet: 51, 89 and D4. RGB value is (81,137,212). Sum of RGB (Red+Green+Blue) = 81+137+212=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #5189D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189D4 is #AE762B. Grayscale: #808080. Windows color (decimal): -11433516 or 13928785. OLE color: 13928785.

HSL color Cylindrical-coordinate representation of color #5189D4: hue angle of 214.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5189D4 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81137212-
CMYK0.620.3500.17
HSL214.35º60.37%57.45%-
HSV(B)214.35º61.79%83.14%-
XYZ24.2224.3965.72-
YUV128.81174.9593.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=18.84%
G=31.86%
B=49.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal811372120.620.3500.17214.3560.3757.45
Hex5189D43E23011d63c39
Octal12121132476430213267471
Binary1010001100010011101010011111010001101000111010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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