Html Css Color HEX #5088BB Havelock Blue

📋 copy color: '#5088BB'

red 80 ◦ green 136 ◦ blue 187

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

Shades of Havelock Blue #5088BB

Tints of Havelock Blue #5088BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 19.85%
G = 33.75%
B = 46.4%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5088BB (or 0x5088BB) is known color: Havelock Blue. HEX triplet: 50, 88 and BB. RGB value is (80,136,187). Sum of RGB (Red+Green+Blue) = 80+136+187=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5088BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088BB is #AF7744. Grayscale: #7C7C7C. Windows color (decimal): -11499333 or 12290128. OLE color: 12290128.

HSL color Cylindrical-coordinate representation of color #5088BB: hue angle of 208.6º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5088BB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 136 187 -
CMYK 0.57 0.27 0 0.27
HSL 208.6º 0.44% 0.52% -
HSV(B) 208.6º 0.57% 0.73% -
XYZ 21.08 22.9 50.32 -
YUV 125.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 80 136 187 0.57 0.27 0 0.27 208.6 0.44 0.52
Hex 50 88 BB 39 1B 0 1B D1 2C 34
Octal 120 210 273 71 33 0 33 321 54 64
Binary 1010000 10001000 10111011 111001 11011 0 11011 11010001 101100 110100

Color Harmonies of #5088BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088BB

Black with #5088BB

Text Example


Text Example

White with #5088BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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