#558976

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

Shades of Cutty Sark #558976

Tints of Cutty Sark #558976

Color information

#558976 (or 0x558976) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 76. RGB value is (85,137,118). Sum of RGB (Red+Green+Blue) = 85+137+118=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #558976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558976 is #AA7689. Grayscale: #777777. Windows color (decimal): -11171466 or 7768405. OLE color: 7768405.

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

Color convert

RGB85137118-
CMYK0.3800.140.46
HSL158.08º23.42%43.53%-
HSV(B)158.08º37.96%53.73%-
XYZ15.9621.1320.38-
YUV119.29127.27103.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=25%
G=40.29%
B=34.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371180.3800.140.46158.0823.4243.53
Hex558976260E2E9e172c
Octal12521116646016562362754
Binary1010101100010011110110100110011101011101001111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558976; }

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

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

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

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

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

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

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

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