#53576B

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

Shades of East Bay #53576B

Tints of East Bay #53576B

Color information

#53576B (or 0x53576B) is unknown color: approx East Bay. HEX triplet: 53, 57 and 6B. RGB value is (83,87,107). Sum of RGB (Red+Green+Blue) = 83+87+107=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #53576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576B is #ACA894. Grayscale: #575757. Windows color (decimal): -11315349 or 7034707. OLE color: 7034707.

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

Color convert

RGB8387107-
CMYK0.220.1900.58
HSL230º12.63%37.25%-
HSV(B)230º22.43%41.96%-
XYZ9.639.7215.28-
YUV88.08138.67124.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=29.96%
G=31.41%
B=38.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83871070.220.1900.5823012.6337.25
Hex53576B161303Ae6d25
Octal12312715326230723461545
Binary10100111010111110101110110100110111010111001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53576B; }

 p { color: rgb(83,87,107); }

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

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

 a { background-color: rgb(83,87,107); }

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

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

 span { border-color: rgb(83,87,107); }

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