#5C8571

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

Shades of Cutty Sark #5C8571

Tints of Cutty Sark #5C8571

Color information

#5C8571 (or 0x5C8571) is unknown color: approx Cutty Sark. HEX triplet: 5C, 85 and 71. RGB value is (92,133,113). Sum of RGB (Red+Green+Blue) = 92+133+113=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8571 is #A37A8E. Grayscale: #767676. Windows color (decimal): -10713743 or 7439708. OLE color: 7439708.

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

Color convert

RGB92133113-
CMYK0.3100.150.48
HSL150.73º18.22%44.12%-
HSV(B)150.73º30.83%52.16%-
XYZ15.7820.2418.7-
YUV118.46124.92109.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=27.22%
G=39.35%
B=33.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331130.3100.150.48150.7318.2244.12
Hex5C85711F0F3097122c
Octal13420516137017602272254
Binary101110010000101111000111111011111100001001011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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