#5C756B

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

Shades of Cutty Sark #5C756B

Tints of Cutty Sark #5C756B

Color information

#5C756B (or 0x5C756B) is unknown color: approx Cutty Sark. HEX triplet: 5C, 75 and 6B. RGB value is (92,117,107). Sum of RGB (Red+Green+Blue) = 92+117+107=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756B is #A38A94. Grayscale: #6C6C6C. Windows color (decimal): -10717845 or 7042396. OLE color: 7042396.

HSL color Cylindrical-coordinate representation of color #5C756B: hue angle of 156º 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 #5C756B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB92117107-
CMYK0.2100.090.54
HSL156º11.96%40.98%-
HSV(B)156º21.37%45.88%-
XYZ13.4316.0616.3-
YUV108.38127.22116.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=29.11%
G=37.03%
B=33.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal921171070.2100.090.5415611.9640.98
Hex5C756B1509369cc29
Octal13416515325011662341451
Binary1011100111010111010111010101001110110100111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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