Html Css Color HEX #505575 East Bay

📋 copy color: '#505575'

red 80 ◦ green 85 ◦ blue 117

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

Shades of East Bay #505575

Tints of East Bay #505575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 28.37%
G = 30.14%
B = 41.49%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505575 (or 0x505575) is known color: East Bay. HEX triplet: 50, 55 and 75. RGB value is (80,85,117). Sum of RGB (Red+Green+Blue) = 80+85+117=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #505575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505575 is #AFAA8A. Grayscale: #575757. Windows color (decimal): -11512459 or 7689552. OLE color: 7689552.

HSL color Cylindrical-coordinate representation of color #505575: hue angle of 231.89º 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 #505575 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 85 117 -
CMYK 0.32 0.27 0 0.54
HSL 231.89º 0.19% 0.39% -
HSV(B) 231.89º 0.32% 0.46% -
XYZ 9.77 9.49 18.15 -
YUV 87.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 80 85 117 0.32 0.27 0 0.54 231.89 0.19 0.39
Hex 50 55 75 20 1B 0 36 E8 13 27
Octal 120 125 165 40 33 0 66 350 23 47
Binary 1010000 1010101 1110101 100000 11011 0 110110 11101000 10011 100111

Color Harmonies of #505575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505575

Black with #505575

Text Example


Text Example

White with #505575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505575; }

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

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

background-color css

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

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

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

border-color css

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

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

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