#5F8572

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

Shades of Cutty Sark #5F8572

Tints of Cutty Sark #5F8572

Color information

#5F8572 (or 0x5F8572) is unknown color: approx Cutty Sark. HEX triplet: 5F, 85 and 72. RGB value is (95,133,114). Sum of RGB (Red+Green+Blue) = 95+133+114=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8572 is #A07A8D. Grayscale: #777777. Windows color (decimal): -10517134 or 7505247. OLE color: 7505247.

HSL color Cylindrical-coordinate representation of color #5F8572: hue angle of 150º 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 #5F8572 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB95133114-
CMYK0.2900.140.48
HSL150º16.67%44.71%-
HSV(B)150º28.57%52.16%-
XYZ16.1420.4219.01-
YUV119.47124.91110.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331140.2900.140.4815016.6744.71
Hex5F85721D0E3096112d
Octal13720516235016602262155
Binary101111110000101111001011101011101100001001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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