#558575

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

Shades of Cutty Sark #558575

Tints of Cutty Sark #558575

Color information

#558575 (or 0x558575) is unknown color: approx Cutty Sark. HEX triplet: 55, 85 and 75. RGB value is (85,133,117). Sum of RGB (Red+Green+Blue) = 85+133+117=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #558575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558575 is #AA7A8A. Grayscale: #747474. Windows color (decimal): -11172491 or 7701845. OLE color: 7701845.

HSL color Cylindrical-coordinate representation of color #558575: hue angle of 160º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558575 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB85133117-
CMYK0.3600.120.48
HSL160º22.02%42.75%-
HSV(B)160º36.09%52.16%-
XYZ15.3419.9919.88-
YUV116.82128.1105.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=25.37%
G=39.70%
B=34.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851331170.3600.120.4816022.0242.75
Hex558575240C30a0162b
Octal12520516544014602402653
Binary1010101100001011110101100100011001100001010000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558575; }

 p { color: rgb(85,133,117); }

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

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

 a { background-color: rgb(85,133,117); }

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

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

 span { border-color: rgb(85,133,117); }

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