#50576A

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

Shades of East Bay #50576A

Tints of East Bay #50576A

Color information

#50576A (or 0x50576A) is unknown color: approx East Bay. HEX triplet: 50, 57 and 6A. RGB value is (80,87,106). Sum of RGB (Red+Green+Blue) = 80+87+106=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #50576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576A is #AFA895. Grayscale: #565656. Windows color (decimal): -11511958 or 6969168. OLE color: 6969168.

HSL color Cylindrical-coordinate representation of color #50576A: hue angle of 223.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50576A is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8087106-
CMYK0.250.1800.58
HSL223.85º13.98%36.47%-
HSV(B)223.85º24.53%41.57%-
XYZ9.329.5614.99-
YUV87.07138.68122.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=29.30%
G=31.87%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80871060.250.1800.58223.8513.9836.47
Hex50576A191203Ae0e24
Octal12012715231220723401644
Binary10100001010111110101011001100100111010111000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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