Html Css Color HEX #505376 East Bay

📋 copy color: '#505376'

red 80 ◦ green 83 ◦ blue 118

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

Shades of East Bay #505376

Tints of East Bay #505376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 28.47%
G = 29.54%
B = 41.99%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#505376 (or 0x505376) is known color: East Bay. HEX triplet: 50, 53 and 76. RGB value is (80,83,118). Sum of RGB (Red+Green+Blue) = 80+83+118=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #505376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505376 is #AFAC89. Grayscale: #555555. Windows color (decimal): -11512970 or 7754576. OLE color: 7754576.

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

Color convert

RGB 80 83 118 -
CMYK 0.32 0.30 0 0.54
HSL 235.26º 0.19% 0.39% -
HSV(B) 235.26º 0.32% 0.46% -
XYZ 9.67 9.2 18.41 -
YUV 86.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 80 83 118 0.32 0.30 0 0.54 235.26 0.19 0.39
Hex 50 53 76 20 1E 0 36 EB 13 27
Octal 120 123 166 40 36 0 66 353 23 47
Binary 1010000 1010011 1110110 100000 11110 0 110110 11101011 10011 100111

Color Harmonies of #505376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505376

Black with #505376

Text Example


Text Example

White with #505376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505376; }

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

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

background-color css

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

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

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

border-color css

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

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

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