Html Css Color HEX #5087CD Havelock Blue

📋 copy color: '#5087CD'

red 80 ◦ green 135 ◦ blue 205

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

Shades of Havelock Blue #5087CD

Tints of Havelock Blue #5087CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 19.05%
G = 32.14%
B = 48.81%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5087CD (or 0x5087CD) is known color: Havelock Blue. HEX triplet: 50, 87 and CD. RGB value is (80,135,205). Sum of RGB (Red+Green+Blue) = 80+135+205=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #5087CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087CD is #AF7832. Grayscale: #7E7E7E. Windows color (decimal): -11499571 or 13469520. OLE color: 13469520.

HSL color Cylindrical-coordinate representation of color #5087CD: hue angle of 213.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5087CD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 135 205 -
CMYK 0.61 0.34 0 0.20
HSL 213.6º 0.56% 0.56% -
HSV(B) 213.6º 0.61% 0.8% -
XYZ 22.99 23.44 61.07 -
YUV 126.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 80 135 205 0.61 0.34 0 0.20 213.6 0.56 0.56
Hex 50 87 CD 3D 22 0 14 D6 38 38
Octal 120 207 315 75 42 0 24 326 70 70
Binary 1010000 10000111 11001101 111101 100010 0 10100 11010110 111000 111000

Color Harmonies of #5087CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087CD

Black with #5087CD

Text Example


Text Example

White with #5087CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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