#5C6A68

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

Shades of William #5C6A68

Tints of William #5C6A68

Color information

#5C6A68 (or 0x5C6A68) is unknown color: approx William. HEX triplet: 5C, 6A and 68. RGB value is (92,106,104). Sum of RGB (Red+Green+Blue) = 92+106+104=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A68 is #A39597. Grayscale: #656565. Windows color (decimal): -10720664 or 6842972. OLE color: 6842972.

HSL color Cylindrical-coordinate representation of color #5C6A68: hue angle of 171.43º 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 #5C6A68 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB92106104-
CMYK0.1300.020.58
HSL171.43º7.07%38.82%-
HSV(B)171.43º13.21%41.57%-
XYZ12.0713.5815.08-
YUV101.59129.36121.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.46%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=30.46%
G=35.10%
B=34.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal921061040.1300.020.58171.437.0738.82
Hex5C6A68D023Aab727
Octal134152150150272253747
Binary101110011010101101000110101011101010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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