#5C6F6A

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

Shades of William #5C6F6A

Tints of William #5C6F6A

Color information

#5C6F6A (or 0x5C6F6A) is unknown color: approx William. HEX triplet: 5C, 6F and 6A. RGB value is (92,111,106). Sum of RGB (Red+Green+Blue) = 92+111+106=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F6A is #A39095. Grayscale: #686868. Windows color (decimal): -10719382 or 6975324. OLE color: 6975324.

HSL color Cylindrical-coordinate representation of color #5C6F6A: hue angle of 164.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 #5C6F6A is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB92111106-
CMYK0.1700.050.56
HSL164.21º9.36%39.8%-
HSV(B)164.21º17.12%43.53%-
XYZ12.714.6815.8-
YUV104.75128.71118.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=29.77%
G=35.92%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal921111060.1700.050.56164.219.3639.8
Hex5C6F6A110538a4928
Octal1341571522105702441150
Binary101110011011111101010100010101111000101001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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