#5C5F6A

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

Shades of Bright Grey #5C5F6A

Tints of Bright Grey #5C5F6A

Color information

#5C5F6A (or 0x5C5F6A) is unknown color: approx Bright Grey. HEX triplet: 5C, 5F and 6A. RGB value is (92,95,106). Sum of RGB (Red+Green+Blue) = 92+95+106=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F6A is #A3A095. Grayscale: #5F5F5F. Windows color (decimal): -10723478 or 6971228. OLE color: 6971228.

HSL color Cylindrical-coordinate representation of color #5C5F6A: hue angle of 227.14º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C5F6A is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9295106-
CMYK0.130.1000.58
HSL227.14º7.07%38.82%-
HSV(B)227.14º13.21%41.57%-
XYZ11.1111.515.27-
YUV95.36134.01125.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=31.40%
G=32.42%
B=36.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92951060.130.1000.58227.147.0738.82
Hex5C5F6ADA03Ae3727
Octal1341371521512072343747
Binary10111001011111110101011011010011101011100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,95,106); }

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

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

 a { background-color: rgb(92,95,106); }

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

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

 span { border-color: rgb(92,95,106); }

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