#53576E

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

Shades of East Bay #53576E

Tints of East Bay #53576E

Color information

#53576E (or 0x53576E) is unknown color: approx East Bay. HEX triplet: 53, 57 and 6E. RGB value is (83,87,110). Sum of RGB (Red+Green+Blue) = 83+87+110=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #53576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576E is #ACA891. Grayscale: #585858. Windows color (decimal): -11315346 or 7231315. OLE color: 7231315.

HSL color Cylindrical-coordinate representation of color #53576E: hue angle of 231.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53576E is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8387110-
CMYK0.250.2100.57
HSL231.11º13.99%37.84%-
HSV(B)231.11º24.55%43.14%-
XYZ9.799.7816.12-
YUV88.43140.17124.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=29.64%
G=31.07%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83871100.250.2100.57231.1113.9937.84
Hex53576E1915039e7e26
Octal12312715631250713471646
Binary10100111010111110111011001101010111001111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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