#50576C

Color #50576C East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #50576C

Tints of East Bay #50576C

Color information

#50576C (or 0x50576C) is unknown color: approx East Bay. HEX triplet: 50, 57 and 6C. RGB value is (80,87,108). Sum of RGB (Red+Green+Blue) = 80+87+108=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #50576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576C is #AFA893. Grayscale: #575757. Windows color (decimal): -11511956 or 7100240. OLE color: 7100240.

HSL color Cylindrical-coordinate representation of color #50576C: hue angle of 225º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50576C is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8087108-
CMYK0.260.1900.58
HSL225º14.89%36.86%-
HSV(B)225º25.93%42.35%-
XYZ9.429.615.54-
YUV87.3139.68122.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=29.09%
G=31.64%
B=39.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80871080.260.1900.5822514.8936.86
Hex50576C1A1303Ae1f25
Octal12012715432230723411745
Binary10100001010111110110011010100110111010111000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50576C; }

 p { color: rgb(80,87,108); }

 H1.HeaderClassName
 {
   color: #50576C;
 }
 .AnyTagClassName
 {
   color: #50576C;
 }
</style>
background-color css

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

 a { background-color: rgb(80,87,108); }

 div.DivClassName
 {
   background-color: #50576C;
 }
 .BgClassName
 {
   background-color: #50576C;
 }
</style>
border-color css

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

 span { border-color: rgb(80,87,108); }

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