#535978

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

Shades of East Bay #535978

Tints of East Bay #535978

Color information

#535978 (or 0x535978) is unknown color: approx East Bay. HEX triplet: 53, 59 and 78. RGB value is (83,89,120). Sum of RGB (Red+Green+Blue) = 83+89+120=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #535978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535978 is #ACA687. Grayscale: #5A5A5A. Windows color (decimal): -11314824 or 7887187. OLE color: 7887187.

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

Color convert

RGB8389120-
CMYK0.310.2600.53
HSL230.27º18.23%39.8%-
HSV(B)230.27º30.83%47.06%-
XYZ10.5310.3419.21-
YUV90.74144.51122.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=28.42%
G=30.48%
B=41.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83891200.310.2600.53230.2718.2339.8
Hex5359781F1A035e61228
Octal12313117037320653462250
Binary101001110110011111000111111101001101011110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535978; }

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

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

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

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

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

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

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

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