#5088BE

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

Shades of Havelock Blue #5088BE

Tints of Havelock Blue #5088BE

Color information

#5088BE (or 0x5088BE) is unknown color: approx 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

RGB80136190-
CMYK0.580.2800.25
HSL209.45º45.83%52.94%-
HSV(B)209.45º57.89%74.51%-
XYZ21.4123.0352.03-
YUV125.41164.4595.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=19.70%
G=33.50%
B=46.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801361900.580.2800.25209.4545.8352.94
Hex5088BE3A1C019d12e35
Octal12021027672340313215665
Binary101000010001000101111101110101110001100111010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5088BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>