Html Css Color HEX #505876 East Bay

📋 copy color: '#505876'

red 80 ◦ green 88 ◦ blue 118

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

Shades of East Bay #505876

Tints of East Bay #505876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

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

R = 27.97%
G = 30.77%
B = 41.26%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505876 (or 0x505876) is known color: East Bay. HEX triplet: 50, 58 and 76. RGB value is (80,88,118). Sum of RGB (Red+Green+Blue) = 80+88+118=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #505876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505876 is #AFA789. Grayscale: #585858. Windows color (decimal): -11511690 or 7755856. OLE color: 7755856.

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

Color convert

RGB 80 88 118 -
CMYK 0.32 0.25 0 0.54
HSL 227.37º 0.19% 0.39% -
HSV(B) 227.37º 0.32% 0.46% -
XYZ 10.07 9.99 18.54 -
YUV 89.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 80 88 118 0.32 0.25 0 0.54 227.37 0.19 0.39
Hex 50 58 76 20 19 0 36 E3 13 27
Octal 120 130 166 40 31 0 66 343 23 47
Binary 1010000 1011000 1110110 100000 11001 0 110110 11100011 10011 100111

Color Harmonies of #505876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505876

Black with #505876

Text Example


Text Example

White with #505876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505876; }

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

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

background-color css

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

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

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

border-color css

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

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

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