#535977

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

Shades of East Bay #535977

Tints of East Bay #535977

Color information

#535977 (or 0x535977) is unknown color: approx East Bay. HEX triplet: 53, 59 and 77. RGB value is (83,89,119). Sum of RGB (Red+Green+Blue) = 83+89+119=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #535977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535977 is #ACA688. Grayscale: #5A5A5A. Windows color (decimal): -11314825 or 7821651. OLE color: 7821651.

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

Color convert

RGB8389119-
CMYK0.300.2500.53
HSL230º17.82%39.61%-
HSV(B)230º30.25%46.67%-
XYZ10.4710.3218.89-
YUV90.63144.01122.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=28.52%
G=30.58%
B=40.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83891190.300.2500.5323017.8239.61
Hex5359771E19035e61228
Octal12313116736310653462250
Binary101001110110011110111111101100101101011110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535977; }

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

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

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

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

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

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

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

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