#535877

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

Shades of East Bay #535877

Tints of East Bay #535877

Color information

#535877 (or 0x535877) is unknown color: approx East Bay. HEX triplet: 53, 58 and 77. RGB value is (83,88,119). Sum of RGB (Red+Green+Blue) = 83+88+119=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #535877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535877 is #ACA788. Grayscale: #595959. Windows color (decimal): -11315081 or 7821395. OLE color: 7821395.

HSL color Cylindrical-coordinate representation of color #535877: hue angle of 231.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535877 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8388119-
CMYK0.300.2600.53
HSL231.67º17.82%39.61%-
HSV(B)231.67º30.25%46.67%-
XYZ10.3910.1518.86-
YUV90.04144.34122.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=28.62%
G=30.34%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83881190.300.2600.53231.6717.8239.61
Hex5358771E1A035e81228
Octal12313016736320653502250
Binary101001110110001110111111101101001101011110100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535877; }

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

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

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

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

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

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

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

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