Html Css Color HEX #5088BE Havelock Blue

📋 copy color: '#5088BE'

red 80 ◦ green 136 ◦ blue 190

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

Shades of Havelock Blue #5088BE

Tints of Havelock Blue #5088BE

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

 GREEN value IS 136 (53.52% from 255) = 33.5%

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

R = 19.7%
G = 33.5%
B = 46.8%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5088BE (or 0x5088BE) is known color: Havelock Blue. HEX triplet: 50, 88 and BE. RGB value is (80,136,190). Sum of RGB (Red+Green+Blue) = 80+136+190=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #5088BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088BE is #AF7741. Grayscale: #7D7D7D. Windows color (decimal): -11499330 or 12486736. OLE color: 12486736.

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

Color convert

RGB 80 136 190 -
CMYK 0.58 0.28 0 0.25
HSL 209.45º 0.46% 0.53% -
HSV(B) 209.45º 0.58% 0.75% -
XYZ 21.41 23.03 52.03 -
YUV 125.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 80 136 190 0.58 0.28 0 0.25 209.45 0.46 0.53
Hex 50 88 BE 3A 1C 0 19 D1 2E 35
Octal 120 210 276 72 34 0 31 321 56 65
Binary 1010000 10001000 10111110 111010 11100 0 11001 11010001 101110 110101

Color Harmonies of #5088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088BE

Black with #5088BE

Text Example


Text Example

White with #5088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,136,190); }

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

background-color css

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

 a { background-color: rgb(80,136,190); }

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

border-color css

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

 span { border-color: rgb(80,136,190); }

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