#5F716B

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

Shades of Cutty Sark #5F716B

Tints of Cutty Sark #5F716B

Color information

#5F716B (or 0x5F716B) is unknown color: approx Cutty Sark. HEX triplet: 5F, 71 and 6B. RGB value is (95,113,107). Sum of RGB (Red+Green+Blue) = 95+113+107=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #5F716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F716B is #A08E94. Grayscale: #6A6A6A. Windows color (decimal): -10522261 or 7041375. OLE color: 7041375.

HSL color Cylindrical-coordinate representation of color #5F716B: hue angle of 160º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F716B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB95113107-
CMYK0.1600.050.56
HSL160º8.65%40.78%-
HSV(B)160º15.93%44.31%-
XYZ13.2815.316.16-
YUV106.93128.04119.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.16%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=30.16%
G=35.87%
B=33.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal951131070.1600.050.561608.6540.78
Hex5F716B100538a0929
Octal1371611532005702401151
Binary101111111100011101011100000101111000101000001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,113,107); }

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

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

 a { background-color: rgb(95,113,107); }

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

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

 span { border-color: rgb(95,113,107); }

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