Html Css Color HEX #5077CD Havelock Blue

📋 copy color: '#5077CD'

red 80 ◦ green 119 ◦ blue 205

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

Shades of Havelock Blue #5077CD

Tints of Havelock Blue #5077CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

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

R = 19.8%
G = 29.46%
B = 50.74%

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

#5077CD (or 0x5077CD) is known color: Havelock Blue. HEX triplet: 50, 77 and CD. RGB value is (80,119,205). Sum of RGB (Red+Green+Blue) = 80+119+205=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5077CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077CD is #AF8832. Grayscale: #747474. Windows color (decimal): -11503667 or 13465424. OLE color: 13465424.

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

Color convert

RGB 80 119 205 -
CMYK 0.61 0.42 0 0.20
HSL 221.28º 0.56% 0.56% -
HSV(B) 221.28º 0.61% 0.8% -
XYZ 20.92 19.31 60.38 -
YUV 117.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 80 119 205 0.61 0.42 0 0.20 221.28 0.56 0.56
Hex 50 77 CD 3D 2A 0 14 DD 38 38
Octal 120 167 315 75 52 0 24 335 70 70
Binary 1010000 1110111 11001101 111101 101010 0 10100 11011101 111000 111000

Color Harmonies of #5077CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077CD

Black with #5077CD

Text Example


Text Example

White with #5077CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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