Html Css Color HEX #5076D0 Havelock Blue

📋 copy color: '#5076D0'

red 80 ◦ green 118 ◦ blue 208

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

Shades of Havelock Blue #5076D0

Tints of Havelock Blue #5076D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 19.7%
G = 29.06%
B = 51.23%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5076D0 (or 0x5076D0) is known color: Havelock Blue. HEX triplet: 50, 76 and D0. RGB value is (80,118,208). Sum of RGB (Red+Green+Blue) = 80+118+208=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #5076D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076D0 is #AF892F. Grayscale: #747474. Windows color (decimal): -11503920 or 13661776. OLE color: 13661776.

HSL color Cylindrical-coordinate representation of color #5076D0: hue angle of 222.19º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5076D0 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 118 208 -
CMYK 0.62 0.43 0 0.18
HSL 222.19º 0.58% 0.56% -
HSV(B) 222.19º 0.62% 0.82% -
XYZ 21.17 19.22 62.27 -
YUV 116.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 80 118 208 0.62 0.43 0 0.18 222.19 0.58 0.56
Hex 50 76 D0 3E 2B 0 12 DE 3A 38
Octal 120 166 320 76 53 0 22 336 72 70
Binary 1010000 1110110 11010000 111110 101011 0 10010 11011110 111010 111000

Color Harmonies of #5076D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076D0

Black with #5076D0

Text Example


Text Example

White with #5076D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5076D0; }

 p { color: rgb(80,118,208); }

 H1.HeaderClassName
 {
   color: #5076D0;
 }
 .AnyTagClassName
 {
   color: #5076D0;
 }
</style>

background-color css

<style>
 a { background-color: #5076D0; }

 a { background-color: rgb(80,118,208); }

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

border-color css

<style>
 span { border-color: #5076D0; }

 span { border-color: rgb(80,118,208); }

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