#535568

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

Shades of East Bay #535568

Tints of East Bay #535568

Color information

#535568 (or 0x535568) is unknown color: approx East Bay. HEX triplet: 53, 55 and 68. RGB value is (83,85,104). Sum of RGB (Red+Green+Blue) = 83+85+104=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #535568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535568 is #ACAA97. Grayscale: #565656. Windows color (decimal): -11315864 or 6837587. OLE color: 6837587.

HSL color Cylindrical-coordinate representation of color #535568: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535568 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8385104-
CMYK0.200.1800.59
HSL234.29º11.23%36.67%-
HSV(B)234.29º20.19%40.78%-
XYZ9.319.3414.41-
YUV86.57137.84125.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=30.51%
G=31.25%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83851040.200.1800.59234.2911.2336.67
Hex535568141203Beab25
Octal12312515024220733521345
Binary10100111010101110100010100100100111011111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535568; }

 p { color: rgb(83,85,104); }

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

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

 a { background-color: rgb(83,85,104); }

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

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

 span { border-color: rgb(83,85,104); }

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