#558D6E

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

Shades of Cutty Sark #558D6E

Tints of Cutty Sark #558D6E

Color information

#558D6E (or 0x558D6E) is unknown color: approx Cutty Sark. HEX triplet: 55, 8D and 6E. RGB value is (85,141,110). Sum of RGB (Red+Green+Blue) = 85+141+110=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #558D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D6E is #AA7291. Grayscale: #787878. Windows color (decimal): -11170450 or 7245141. OLE color: 7245141.

HSL color Cylindrical-coordinate representation of color #558D6E: hue angle of 146.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D6E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB85141110-
CMYK0.4000.220.45
HSL146.79º24.78%44.31%-
HSV(B)146.79º39.72%55.29%-
XYZ16.0922.1118.17-
YUV120.72121.95102.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=25.30%
G=41.96%
B=32.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851411100.4000.220.45146.7924.7844.31
Hex558D6E280162D93192c
Octal12521515650026552233154
Binary10101011000110111011101010000101101011011001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558D6E; }

 p { color: rgb(85,141,110); }

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

<style>
 a { background-color: #558D6E; }

 a { background-color: rgb(85,141,110); }

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

<style>
 span { border-color: #558D6E; }

 span { border-color: rgb(85,141,110); }

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