#558972

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

Shades of Cutty Sark #558972

Tints of Cutty Sark #558972

Color information

#558972 (or 0x558972) is unknown color: approx Cutty Sark. HEX triplet: 55, 89 and 72. RGB value is (85,137,114). Sum of RGB (Red+Green+Blue) = 85+137+114=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #558972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558972 is #AA768D. Grayscale: #767676. Windows color (decimal): -11171470 or 7506261. OLE color: 7506261.

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

Color convert

RGB85137114-
CMYK0.3800.170.46
HSL153.46º23.42%43.53%-
HSV(B)153.46º37.96%53.73%-
XYZ15.7321.0419.15-
YUV118.83125.27103.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=25.30%
G=40.77%
B=33.93%

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
Decimal851371140.3800.170.46153.4623.4243.53
Hex558972260112E99172c
Octal12521116246021562312754
Binary10101011000100111100101001100100011011101001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558972; }

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

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

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

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

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

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

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

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