Html Css Color HEX #5189BE Havelock Blue

📋 copy color: '#5189BE'

red 81 ◦ green 137 ◦ blue 190

#5189BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5189BE

Tints of Havelock Blue #5189BE

RGB

 RED value IS 81 (32.03% from 255) = 19.85%

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 19.85%
G = 33.58%
B = 46.57%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5189BE (or 0x5189BE) is known color: Havelock Blue. HEX triplet: 51, 89 and BE. RGB value is (81,137,190). Sum of RGB (Red+Green+Blue) = 81+137+190=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5189BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189BE is #AE7641. Grayscale: #7E7E7E. Windows color (decimal): -11433538 or 12486993. OLE color: 12486993.

HSL color Cylindrical-coordinate representation of color #5189BE: hue angle of 209.17º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5189BE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 137 190 -
CMYK 0.57 0.28 0 0.25
HSL 209.17º 0.46% 0.53% -
HSV(B) 209.17º 0.57% 0.75% -
XYZ 21.63 23.36 52.08 -
YUV 126.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 81 137 190 0.57 0.28 0 0.25 209.17 0.46 0.53
Hex 51 89 BE 39 1C 0 19 D1 2E 35
Octal 121 211 276 71 34 0 31 321 56 65
Binary 1010001 10001001 10111110 111001 11100 0 11001 11010001 101110 110101

Color Harmonies of #5189BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5189BE

Black with #5189BE

Text Example


Text Example

White with #5189BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5189BE;
 }
 .AnyTagClassName
 {
   color: #5189BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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