#558371

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

Shades of Cutty Sark #558371

Tints of Cutty Sark #558371

Color information

#558371 (or 0x558371) is unknown color: approx Cutty Sark. HEX triplet: 55, 83 and 71. RGB value is (85,131,113). Sum of RGB (Red+Green+Blue) = 85+131+113=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #558371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558371 is #AA7C8E. Grayscale: #737373. Windows color (decimal): -11173007 or 7439189. OLE color: 7439189.

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

Color convert

RGB85131113-
CMYK0.3500.140.49
HSL156.52º21.3%42.35%-
HSV(B)156.52º35.11%51.37%-
XYZ14.8419.3618.58-
YUV115.19126.76106.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=25.84%
G=39.82%
B=34.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851311130.3500.140.49156.5221.342.35
Hex558371230E319d152a
Octal12520316143016612352552
Binary1010101100000111110001100011011101100011001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558371; }

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

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

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

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

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

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

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

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