Html Css Color HEX #505476 East Bay

📋 copy color: '#505476'

red 80 ◦ green 84 ◦ blue 118

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

Shades of East Bay #505476

Tints of East Bay #505476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 28.37%
G = 29.79%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505476 (or 0x505476) is known color: East Bay. HEX triplet: 50, 54 and 76. RGB value is (80,84,118). Sum of RGB (Red+Green+Blue) = 80+84+118=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #505476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505476 is #AFAB89. Grayscale: #565656. Windows color (decimal): -11512714 or 7754832. OLE color: 7754832.

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

Color convert

RGB 80 84 118 -
CMYK 0.32 0.29 0 0.54
HSL 233.68º 0.19% 0.39% -
HSV(B) 233.68º 0.32% 0.46% -
XYZ 9.75 9.35 18.43 -
YUV 86.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 80 84 118 0.32 0.29 0 0.54 233.68 0.19 0.39
Hex 50 54 76 20 1D 0 36 EA 13 27
Octal 120 124 166 40 35 0 66 352 23 47
Binary 1010000 1010100 1110110 100000 11101 0 110110 11101010 10011 100111

Color Harmonies of #505476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505476

Black with #505476

Text Example


Text Example

White with #505476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505476; }

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

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

background-color css

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

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

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

border-color css

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

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

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