#5087BE

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

Shades of Havelock Blue #5087BE

Tints of Havelock Blue #5087BE

Color information

#5087BE (or 0x5087BE) is unknown color: approx Havelock Blue. HEX triplet: 50, 87 and BE. RGB value is (80,135,190). Sum of RGB (Red+Green+Blue) = 80+135+190=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5087BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087BE is #AF7841. Grayscale: #7C7C7C. Windows color (decimal): -11499586 or 12486480. OLE color: 12486480.

HSL color Cylindrical-coordinate representation of color #5087BE: hue angle of 210º 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 #5087BE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80135190-
CMYK0.580.2900.25
HSL210º45.83%52.94%-
HSV(B)210º57.89%74.51%-
XYZ21.2722.7551.99-
YUV124.82164.7896.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=19.75%
G=33.33%
B=46.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801351900.580.2900.2521045.8352.94
Hex5087BE3A1D019d22e35
Octal12020727672350313225665
Binary101000010000111101111101110101110101100111010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5087BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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