#5C6067

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

Shades of Bright Grey #5C6067

Tints of Bright Grey #5C6067

Color information

#5C6067 (or 0x5C6067) is unknown color: approx Bright Grey. HEX triplet: 5C, 60 and 67. RGB value is (92,96,103). Sum of RGB (Red+Green+Blue) = 92+96+103=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6067 is #A39F98. Grayscale: #5F5F5F. Windows color (decimal): -10723225 or 6774876. OLE color: 6774876.

HSL color Cylindrical-coordinate representation of color #5C6067: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C6067 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9296103-
CMYK0.110.0700.60
HSL218.18º5.64%38.24%-
HSV(B)218.18º10.68%40.39%-
XYZ11.0411.6214.49-
YUV95.6132.17125.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.62%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=31.62%
G=32.99%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92961030.110.0700.60218.185.6438.24
Hex5C6067B703Cda626
Octal134140147137074332646
Binary1011100110000011001111011111011110011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,103); }

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

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

 a { background-color: rgb(92,96,103); }

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

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

 span { border-color: rgb(92,96,103); }

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