#535879

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

Shades of East Bay #535879

Tints of East Bay #535879

Color information

#535879 (or 0x535879) is unknown color: approx East Bay. HEX triplet: 53, 58 and 79. RGB value is (83,88,121). Sum of RGB (Red+Green+Blue) = 83+88+121=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #535879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535879 is #ACA786. Grayscale: #5A5A5A. Windows color (decimal): -11315079 or 7952467. OLE color: 7952467.

HSL color Cylindrical-coordinate representation of color #535879: hue angle of 232.11º degrees, saturation: 0.19, 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 #535879 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8388121-
CMYK0.310.2700.53
HSL232.11º18.63%40%-
HSV(B)232.11º31.4%47.45%-
XYZ10.5110.219.5-
YUV90.27145.34122.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=28.42%
G=30.14%
B=41.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83881210.310.2700.53232.1118.6340
Hex5358791F1B035e81328
Octal12313017137330653502350
Binary101001110110001111001111111101101101011110100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535879; }

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

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

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

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

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

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

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

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