#535773

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

Shades of East Bay #535773

Tints of East Bay #535773

Color information

#535773 (or 0x535773) is unknown color: approx East Bay. HEX triplet: 53, 57 and 73. RGB value is (83,87,115). Sum of RGB (Red+Green+Blue) = 83+87+115=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #535773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535773 is #ACA88C. Grayscale: #585858. Windows color (decimal): -11315341 or 7558995. OLE color: 7558995.

HSL color Cylindrical-coordinate representation of color #535773: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535773 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8387115-
CMYK0.280.2400.55
HSL232.5º16.16%38.82%-
HSV(B)232.5º27.83%45.1%-
XYZ10.079.8917.6-
YUV89142.67123.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=29.12%
G=30.53%
B=40.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83871150.280.2400.55232.516.1638.82
Hex5357731C18037e81027
Octal12312716334300673502047
Binary101001110101111110011111001100001101111110100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535773; }

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

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

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

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

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

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

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

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