Html Css Color HEX #505576 East Bay

📋 copy color: '#505576'

red 80 ◦ green 85 ◦ blue 118

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

Shades of East Bay #505576

Tints of East Bay #505576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 28.27%
G = 30.04%
B = 41.7%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505576 (or 0x505576) is known color: East Bay. HEX triplet: 50, 55 and 76. RGB value is (80,85,118). Sum of RGB (Red+Green+Blue) = 80+85+118=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #505576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505576 is #AFAA89. Grayscale: #575757. Windows color (decimal): -11512458 or 7755088. OLE color: 7755088.

HSL color Cylindrical-coordinate representation of color #505576: hue angle of 232.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505576 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 85 118 -
CMYK 0.32 0.28 0 0.54
HSL 232.11º 0.19% 0.39% -
HSV(B) 232.11º 0.32% 0.46% -
XYZ 9.83 9.51 18.46 -
YUV 87.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 80 85 118 0.32 0.28 0 0.54 232.11 0.19 0.39
Hex 50 55 76 20 1C 0 36 E8 13 27
Octal 120 125 166 40 34 0 66 350 23 47
Binary 1010000 1010101 1110110 100000 11100 0 110110 11101000 10011 100111

Color Harmonies of #505576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505576

Black with #505576

Text Example


Text Example

White with #505576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505576; }

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

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

background-color css

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

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

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

border-color css

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

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

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