#535769

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

Shades of East Bay #535769

Tints of East Bay #535769

Color information

#535769 (or 0x535769) is unknown color: approx East Bay. HEX triplet: 53, 57 and 69. RGB value is (83,87,105). Sum of RGB (Red+Green+Blue) = 83+87+105=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #535769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535769 is #ACA896. Grayscale: #575757. Windows color (decimal): -11315351 or 6903635. OLE color: 6903635.

HSL color Cylindrical-coordinate representation of color #535769: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535769 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8387105-
CMYK0.210.1700.59
HSL229.09º11.7%36.86%-
HSV(B)229.09º20.95%41.18%-
XYZ9.539.6814.73-
YUV87.86137.67124.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=30.18%
G=31.64%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83871050.210.1700.59229.0911.736.86
Hex535769151103Be5c25
Octal12312715125210733451445
Binary10100111010111110100110101100010111011111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535769; }

 p { color: rgb(83,87,105); }

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

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

 a { background-color: rgb(83,87,105); }

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

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

 span { border-color: rgb(83,87,105); }

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