#5C6E6C

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

Shades of William #5C6E6C

Tints of William #5C6E6C

Color information

#5C6E6C (or 0x5C6E6C) is unknown color: approx William. HEX triplet: 5C, 6E and 6C. RGB value is (92,110,108). Sum of RGB (Red+Green+Blue) = 92+110+108=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E6C is #A39193. Grayscale: #686868. Windows color (decimal): -10719636 or 7106140. OLE color: 7106140.

HSL color Cylindrical-coordinate representation of color #5C6E6C: hue angle of 173.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6E6C is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB92110108-
CMYK0.1600.020.57
HSL173.33º8.91%39.61%-
HSV(B)173.33º16.36%43.14%-
XYZ12.714.5116.32-
YUV104.39130.04119.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.68%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=29.68%
G=35.48%
B=34.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal921101080.1600.020.57173.338.9139.61
Hex5C6E6C100239ad928
Octal1341561542002712551150
Binary10111001101110110110010000010111001101011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,108); }

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

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

 a { background-color: rgb(92,110,108); }

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

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

 span { border-color: rgb(92,110,108); }

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