#535775

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

Shades of East Bay #535775

Tints of East Bay #535775

Color information

#535775 (or 0x535775) is unknown color: approx East Bay. HEX triplet: 53, 57 and 75. RGB value is (83,87,117). Sum of RGB (Red+Green+Blue) = 83+87+117=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #535775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535775 is #ACA88A. Grayscale: #595959. Windows color (decimal): -11315339 or 7690067. OLE color: 7690067.

HSL color Cylindrical-coordinate representation of color #535775: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535775 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8387117-
CMYK0.290.2600.54
HSL232.94º17%39.22%-
HSV(B)232.94º29.06%45.88%-
XYZ10.199.9418.21-
YUV89.22143.67123.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=28.92%
G=30.31%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83871170.290.2600.54232.941739.22
Hex5357751D1A036e91127
Octal12312716535320663512147
Binary101001110101111110101111011101001101101110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535775; }

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

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

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

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

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

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

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

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