#535976

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

Shades of East Bay #535976

Tints of East Bay #535976

Color information

#535976 (or 0x535976) is unknown color: approx East Bay. HEX triplet: 53, 59 and 76. RGB value is (83,89,118). Sum of RGB (Red+Green+Blue) = 83+89+118=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #535976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535976 is #ACA689. Grayscale: #5A5A5A. Windows color (decimal): -11314826 or 7756115. OLE color: 7756115.

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

Color convert

RGB8389118-
CMYK0.300.2500.54
HSL229.71º17.41%39.41%-
HSV(B)229.71º29.66%46.27%-
XYZ10.4110.2918.58-
YUV90.51143.51122.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=28.62%
G=30.69%
B=40.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83891180.300.2500.54229.7117.4139.41
Hex5359761E19036e61127
Octal12313116636310663462147
Binary101001110110011110110111101100101101101110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535976; }

 p { color: rgb(83,89,118); }

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

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

 a { background-color: rgb(83,89,118); }

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

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

 span { border-color: rgb(83,89,118); }

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