#5D8271

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

Shades of Cutty Sark #5D8271

Tints of Cutty Sark #5D8271

Color information

#5D8271 (or 0x5D8271) is unknown color: approx Cutty Sark. HEX triplet: 5D, 82 and 71. RGB value is (93,130,113). Sum of RGB (Red+Green+Blue) = 93+130+113=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #5D8271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8271 is #A27D8E. Grayscale: #757575. Windows color (decimal): -10648975 or 7438941. OLE color: 7438941.

HSL color Cylindrical-coordinate representation of color #5D8271: hue angle of 152.43º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D8271 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB93130113-
CMYK0.2800.130.49
HSL152.43º16.59%43.73%-
HSV(B)152.43º28.46%50.98%-
XYZ15.4819.4818.57-
YUV117125.74110.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=27.68%
G=38.69%
B=33.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal931301130.2800.130.49152.4316.5943.73
Hex5D82711C0D3198112c
Octal13520216134015612302154
Binary101110110000010111000111100011011100011001100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,130,113); }

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

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

 a { background-color: rgb(93,130,113); }

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

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

 span { border-color: rgb(93,130,113); }

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