#535875

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

Shades of East Bay #535875

Tints of East Bay #535875

Color information

#535875 (or 0x535875) is unknown color: approx East Bay. HEX triplet: 53, 58 and 75. RGB value is (83,88,117). Sum of RGB (Red+Green+Blue) = 83+88+117=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #535875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535875 is #ACA78A. Grayscale: #595959. Windows color (decimal): -11315083 or 7690323. OLE color: 7690323.

HSL color Cylindrical-coordinate representation of color #535875: hue angle of 231.18º 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 #535875 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8388117-
CMYK0.290.2500.54
HSL231.18º17%39.22%-
HSV(B)231.18º29.06%45.88%-
XYZ10.2710.118.24-
YUV89.81143.34123.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=28.82%
G=30.56%
B=40.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83881170.290.2500.54231.181739.22
Hex5358751D19036e71127
Octal12313016535310663472147
Binary101001110110001110101111011100101101101110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535875; }

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

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

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

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

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

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

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

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