#53566C

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

Shades of East Bay #53566C

Tints of East Bay #53566C

Color information

#53566C (or 0x53566C) is unknown color: approx East Bay. HEX triplet: 53, 56 and 6C. RGB value is (83,86,108). Sum of RGB (Red+Green+Blue) = 83+86+108=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #53566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566C is #ACA993. Grayscale: #575757. Windows color (decimal): -11315604 or 7099987. OLE color: 7099987.

HSL color Cylindrical-coordinate representation of color #53566C: hue angle of 232.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53566C is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8386108-
CMYK0.230.2000.58
HSL232.8º13.09%37.45%-
HSV(B)232.8º23.15%42.35%-
XYZ9.69.5815.53-
YUV87.61139.51124.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=29.96%
G=31.05%
B=38.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83861080.230.2000.58232.813.0937.45
Hex53566C171403Ae9d25
Octal12312615427240723511545
Binary10100111010110110110010111101000111010111010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53566C; }

 p { color: rgb(83,86,108); }

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

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

 a { background-color: rgb(83,86,108); }

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

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

 span { border-color: rgb(83,86,108); }

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