#5189CE

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

Shades of Havelock Blue #5189CE

Tints of Havelock Blue #5189CE

Color information

#5189CE (or 0x5189CE) is unknown color: approx Havelock Blue. HEX triplet: 51, 89 and CE. RGB value is (81,137,206). Sum of RGB (Red+Green+Blue) = 81+137+206=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5189CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189CE is #AE7631. Grayscale: #7F7F7F. Windows color (decimal): -11433522 or 13535569. OLE color: 13535569.

HSL color Cylindrical-coordinate representation of color #5189CE: hue angle of 213.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5189CE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81137206-
CMYK0.610.3300.19
HSL213.12º56.05%56.27%-
HSV(B)213.12º60.68%80.78%-
XYZ23.4824.161.81-
YUV128.12171.9594.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=19.10%
G=32.31%
B=48.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811372060.610.3300.19213.1256.0556.27
Hex5189CE3D21013d53838
Octal12121131675410233257070
Binary1010001100010011100111011110110000101001111010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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