#5C756E

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

Shades of Cutty Sark #5C756E

Tints of Cutty Sark #5C756E

Color information

#5C756E (or 0x5C756E) is unknown color: approx Cutty Sark. HEX triplet: 5C, 75 and 6E. RGB value is (92,117,110). Sum of RGB (Red+Green+Blue) = 92+117+110=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756E is #A38A91. Grayscale: #6C6C6C. Windows color (decimal): -10717842 or 7239004. OLE color: 7239004.

HSL color Cylindrical-coordinate representation of color #5C756E: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C756E is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB92117110-
CMYK0.2100.060.54
HSL163.2º11.96%40.98%-
HSV(B)163.2º21.37%45.88%-
XYZ13.5916.1217.15-
YUV108.73128.72116.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=28.84%
G=36.68%
B=34.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal921171100.2100.060.54163.211.9640.98
Hex5C756E150636a3c29
Octal1341651562506662431451
Binary101110011101011101110101010110110110101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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