#5F8571

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

Shades of Cutty Sark #5F8571

Tints of Cutty Sark #5F8571

Color information

#5F8571 (or 0x5F8571) is unknown color: approx Cutty Sark. HEX triplet: 5F, 85 and 71. RGB value is (95,133,113). Sum of RGB (Red+Green+Blue) = 95+133+113=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8571 is #A07A8E. Grayscale: #777777. Windows color (decimal): -10517135 or 7439711. OLE color: 7439711.

HSL color Cylindrical-coordinate representation of color #5F8571: hue angle of 148.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8571 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB95133113-
CMYK0.2900.150.48
HSL148.42º16.67%44.71%-
HSV(B)148.42º28.57%52.16%-
XYZ16.0920.418.71-
YUV119.36124.41110.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=27.86%
G=39.00%
B=33.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331130.2900.150.48148.4216.6744.71
Hex5F85711D0F3094112d
Octal13720516135017602242155
Binary101111110000101111000111101011111100001001010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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