#558370

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

Shades of Cutty Sark #558370

Tints of Cutty Sark #558370

Color information

#558370 (or 0x558370) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 70. RGB value is (85,131,112). Sum of RGB (Red+Green+Blue) = 85+131+112=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #558370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558370 is #AA7C8F. Grayscale: #737373. Windows color (decimal): -11173008 or 7373653. OLE color: 7373653.

HSL color Cylindrical-coordinate representation of color #558370: hue angle of 155.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #558370 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB85131112-
CMYK0.3500.150.49
HSL155.22º21.3%42.35%-
HSV(B)155.22º35.11%51.37%-
XYZ14.7919.3318.28-
YUV115.08126.26106.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=25.91%
G=39.94%
B=34.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311120.3500.150.49155.2221.342.35
Hex558370230F319b152a
Octal12520316043017612332552
Binary1010101100000111110000100011011111100011001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558370; }

 p { color: rgb(85,131,112); }

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

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

 a { background-color: rgb(85,131,112); }

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

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

 span { border-color: rgb(85,131,112); }

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