#535675

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

Shades of East Bay #535675

Tints of East Bay #535675

Color information

#535675 (or 0x535675) is unknown color: approx East Bay. HEX triplet: 53, 56 and 75. RGB value is (83,86,117). Sum of RGB (Red+Green+Blue) = 83+86+117=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #535675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535675 is #ACA98A. Grayscale: #585858. Windows color (decimal): -11315595 or 7689811. OLE color: 7689811.

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

Color convert

RGB8386117-
CMYK0.290.2600.54
HSL234.71º17%39.22%-
HSV(B)234.71º29.06%45.88%-
XYZ10.119.7818.18-
YUV88.64144.01123.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=29.02%
G=30.07%
B=40.91%

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
Decimal83861170.290.2600.54234.711739.22
Hex5356751D1A036eb1127
Octal12312616535320663532147
Binary101001110101101110101111011101001101101110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535675; }

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

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

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

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

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

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

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

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