#558977

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

Shades of Cutty Sark #558977

Tints of Cutty Sark #558977

Color information

#558977 (or 0x558977) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 77. RGB value is (85,137,119). Sum of RGB (Red+Green+Blue) = 85+137+119=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #558977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558977 is #AA7688. Grayscale: #777777. Windows color (decimal): -11171465 or 7833941. OLE color: 7833941.

HSL color Cylindrical-coordinate representation of color #558977: hue angle of 159.23º degrees, saturation: 0.23, 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 #558977 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB85137119-
CMYK0.3800.130.46
HSL159.23º23.42%43.53%-
HSV(B)159.23º37.96%53.73%-
XYZ16.0221.1520.69-
YUV119.4127.77103.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=24.93%
G=40.18%
B=34.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371190.3800.130.46159.2323.4243.53
Hex558977260D2E9f172c
Octal12521116746015562372754
Binary1010101100010011110111100110011011011101001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558977; }

 p { color: rgb(85,137,119); }

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

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

 a { background-color: rgb(85,137,119); }

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

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

 span { border-color: rgb(85,137,119); }

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