#5C616F

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

Shades of Bright Grey #5C616F

Tints of Bright Grey #5C616F

Color information

#5C616F (or 0x5C616F) is unknown color: approx Bright Grey. HEX triplet: 5C, 61 and 6F. RGB value is (92,97,111). Sum of RGB (Red+Green+Blue) = 92+97+111=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C616F is #A39E90. Grayscale: #616161. Windows color (decimal): -10722961 or 7299420. OLE color: 7299420.

HSL color Cylindrical-coordinate representation of color #5C616F: hue angle of 224.21º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C616F is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9297111-
CMYK0.170.1300.56
HSL224.21º9.36%39.8%-
HSV(B)224.21º17.12%43.53%-
XYZ11.5611.9716.74-
YUV97.1135.84124.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=30.67%
G=32.33%
B=37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92971110.170.1300.56224.219.3639.8
Hex5C616F11D038e0928
Octal13414115721150703401150
Binary1011100110000111011111000111010111000111000001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C616F; }

 p { color: rgb(92,97,111); }

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

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

 a { background-color: rgb(92,97,111); }

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

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

 span { border-color: rgb(92,97,111); }

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