Html Css Color HEX #5087BD Havelock Blue

📋 copy color: '#5087BD'

red 80 ◦ green 135 ◦ blue 189

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

Shades of Havelock Blue #5087BD

Tints of Havelock Blue #5087BD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 19.8%
G = 33.42%
B = 46.78%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5087BD (or 0x5087BD) is known color: Havelock Blue. HEX triplet: 50, 87 and BD. RGB value is (80,135,189). Sum of RGB (Red+Green+Blue) = 80+135+189=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #5087BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087BD is #AF7842. Grayscale: #7C7C7C. Windows color (decimal): -11499587 or 12420944. OLE color: 12420944.

HSL color Cylindrical-coordinate representation of color #5087BD: hue angle of 209.72º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5087BD is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 135 189 -
CMYK 0.58 0.29 0 0.26
HSL 209.72º 0.45% 0.53% -
HSV(B) 209.72º 0.58% 0.74% -
XYZ 21.16 22.71 51.41 -
YUV 124.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 80 135 189 0.58 0.29 0 0.26 209.72 0.45 0.53
Hex 50 87 BD 3A 1D 0 1A D2 2D 35
Octal 120 207 275 72 35 0 32 322 55 65
Binary 1010000 10000111 10111101 111010 11101 0 11010 11010010 101101 110101

Color Harmonies of #5087BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087BD

Black with #5087BD

Text Example


Text Example

White with #5087BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5087BD;
 }
 .AnyTagClassName
 {
   color: #5087BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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