Html Css Color HEX #5076CD Havelock Blue

📋 copy color: '#5076CD'

red 80 ◦ green 118 ◦ blue 205

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

Shades of Havelock Blue #5076CD

Tints of Havelock Blue #5076CD

RGB

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

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

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

R = 19.85%
G = 29.28%
B = 50.87%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5076CD (or 0x5076CD) is known color: Havelock Blue. HEX triplet: 50, 76 and CD. RGB value is (80,118,205). Sum of RGB (Red+Green+Blue) = 80+118+205=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5076CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076CD is #AF8932. Grayscale: #747474. Windows color (decimal): -11503923 or 13465168. OLE color: 13465168.

HSL color Cylindrical-coordinate representation of color #5076CD: hue angle of 221.76º 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 #5076CD is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 118 205 -
CMYK 0.61 0.42 0 0.20
HSL 221.76º 0.56% 0.56% -
HSV(B) 221.76º 0.61% 0.8% -
XYZ 20.81 19.07 60.34 -
YUV 116.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 80 118 205 0.61 0.42 0 0.20 221.76 0.56 0.56
Hex 50 76 CD 3D 2A 0 14 DE 38 38
Octal 120 166 315 75 52 0 24 336 70 70
Binary 1010000 1110110 11001101 111101 101010 0 10100 11011110 111000 111000

Color Harmonies of #5076CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076CD

Black with #5076CD

Text Example


Text Example

White with #5076CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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