#5C5F63

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

Shades of Bright Grey #5C5F63

Tints of Bright Grey #5C5F63

Color information

#5C5F63 (or 0x5C5F63) is unknown color: approx Bright Grey. HEX triplet: 5C, 5F and 63. RGB value is (92,95,99). Sum of RGB (Red+Green+Blue) = 92+95+99=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F63 is #A3A09C. Grayscale: #5E5E5E. Windows color (decimal): -10723485 or 6512476. OLE color: 6512476.

HSL color Cylindrical-coordinate representation of color #5C5F63: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C5F63 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB929599-
CMYK0.070.0400.61
HSL214.29º3.66%37.45%-
HSV(B)214.29º7.07%38.82%-
XYZ10.7611.3613.43-
YUV94.56130.51126.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=32.17%
G=33.22%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9295990.070.0400.61214.293.6637.45
Hex5C5F637403Dd6425
Octal13413714374075326445
Binary101110010111111100011111100011110111010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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