#535876

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

Shades of East Bay #535876

Tints of East Bay #535876

Color information

#535876 (or 0x535876) is unknown color: approx East Bay. HEX triplet: 53, 58 and 76. RGB value is (83,88,118). Sum of RGB (Red+Green+Blue) = 83+88+118=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #535876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535876 is #ACA789. Grayscale: #595959. Windows color (decimal): -11315082 or 7755859. OLE color: 7755859.

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

Color convert

RGB8388118-
CMYK0.300.2500.54
HSL231.43º17.41%39.41%-
HSV(B)231.43º29.66%46.27%-
XYZ10.3310.1318.55-
YUV89.92143.84123.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=28.72%
G=30.45%
B=40.83%

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
Decimal83881180.300.2500.54231.4317.4139.41
Hex5358761E19036e71127
Octal12313016636310663472147
Binary101001110110001110110111101100101101101110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535876; }

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

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

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

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

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

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

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

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