#53566B

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

Shades of East Bay #53566B

Tints of East Bay #53566B

Color information

#53566B (or 0x53566B) is unknown color: approx East Bay. HEX triplet: 53, 56 and 6B. RGB value is (83,86,107). Sum of RGB (Red+Green+Blue) = 83+86+107=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #53566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566B is #ACA994. Grayscale: #575757. Windows color (decimal): -11315605 or 7034451. OLE color: 7034451.

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

Color convert

RGB8386107-
CMYK0.220.2000.58
HSL232.5º12.63%37.25%-
HSV(B)232.5º22.43%41.96%-
XYZ9.559.5615.25-
YUV87.5139.01124.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=30.07%
G=31.16%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83861070.220.2000.58232.512.6337.25
Hex53566B161403Ae8d25
Octal12312615326240723501545
Binary10100111010110110101110110101000111010111010001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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