#53565F

Color #53565F Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #53565F

Tints of Bright Grey #53565F

Color information

#53565F (or 0x53565F) is unknown color: approx Bright Grey. HEX triplet: 53, 56 and 5F. RGB value is (83,86,95). Sum of RGB (Red+Green+Blue) = 83+86+95=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #53565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53565F is #ACA9A0. Grayscale: #565656. Windows color (decimal): -11315617 or 6248019. OLE color: 6248019.

HSL color Cylindrical-coordinate representation of color #53565F: hue angle of 225º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53565F is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB838695-
CMYK0.130.0900.63
HSL225º6.74%34.9%-
HSV(B)225º12.63%37.25%-
XYZ8.969.3212.15-
YUV86.13133.01125.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=31.44%
G=32.58%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8386950.130.0900.632256.7434.9
Hex53565FD903Fe1723
Octal1231261371511077341743
Binary10100111010110101111111011001011111111100001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53565F; }

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

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

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

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

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

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

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

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