#558D6A

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

Shades of Cutty Sark #558D6A

Tints of Cutty Sark #558D6A

Color information

#558D6A (or 0x558D6A) is unknown color: approx Cutty Sark. HEX triplet: 55, 8D and 6A. RGB value is (85,141,106). Sum of RGB (Red+Green+Blue) = 85+141+106=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #558D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D6A is #AA7295. Grayscale: #787878. Windows color (decimal): -11170454 or 6982997. OLE color: 6982997.

HSL color Cylindrical-coordinate representation of color #558D6A: hue angle of 142.5º 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 #558D6A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB85141106-
CMYK0.4000.250.45
HSL142.5º24.78%44.31%-
HSV(B)142.5º39.72%55.29%-
XYZ15.8722.0217.05-
YUV120.27119.95102.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=25.60%
G=42.47%
B=31.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851411060.4000.250.45142.524.7844.31
Hex558D6A280192D8e192c
Octal12521515250031552163154
Binary10101011000110111010101010000110011011011000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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