#558A73

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

Shades of Cutty Sark #558A73

Tints of Cutty Sark #558A73

Color information

#558A73 (or 0x558A73) is unknown color: approx Cutty Sark. HEX triplet: 55, 8A and 73. RGB value is (85,138,115). Sum of RGB (Red+Green+Blue) = 85+138+115=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #558A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A73 is #AA758C. Grayscale: #777777. Windows color (decimal): -11171213 or 7572053. OLE color: 7572053.

HSL color Cylindrical-coordinate representation of color #558A73: hue angle of 153.96º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A73 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB85138115-
CMYK0.3800.170.46
HSL153.96º23.77%43.73%-
HSV(B)153.96º38.41%54.12%-
XYZ15.9321.3519.5-
YUV119.53125.44103.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=25.15%
G=40.83%
B=34.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851381150.3800.170.46153.9623.7743.73
Hex558A73260112E9a182c
Octal12521216346021562323054
Binary10101011000101011100111001100100011011101001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,138,115); }

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

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

 a { background-color: rgb(85,138,115); }

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

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

 span { border-color: rgb(85,138,115); }

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