#53576D

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

Shades of East Bay #53576D

Tints of East Bay #53576D

Color information

#53576D (or 0x53576D) is unknown color: approx East Bay. HEX triplet: 53, 57 and 6D. RGB value is (83,87,109). Sum of RGB (Red+Green+Blue) = 83+87+109=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #53576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576D is #ACA892. Grayscale: #585858. Windows color (decimal): -11315347 or 7165779. OLE color: 7165779.

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

Color convert

RGB8387109-
CMYK0.240.2000.57
HSL230.77º13.54%37.65%-
HSV(B)230.77º23.85%42.75%-
XYZ9.749.7615.84-
YUV88.31139.67124.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=29.75%
G=31.18%
B=39.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83871090.240.2000.57230.7713.5437.65
Hex53576D1814039e7e26
Octal12312715530240713471646
Binary10100111010111110110111000101000111001111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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