#598273

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

Shades of Cutty Sark #598273

Tints of Cutty Sark #598273

Color information

#598273 (or 0x598273) is unknown color: approx Cutty Sark. HEX triplet: 59, 82 and 73. RGB value is (89,130,115). Sum of RGB (Red+Green+Blue) = 89+130+115=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #598273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598273 is #A67D8C. Grayscale: #747474. Windows color (decimal): -10911117 or 7570009. OLE color: 7570009.

HSL color Cylindrical-coordinate representation of color #598273: hue angle of 158.05º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #598273 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB89130115-
CMYK0.3200.120.49
HSL158.05º18.72%42.94%-
HSV(B)158.05º31.54%50.98%-
XYZ15.219.3319.15-
YUV116.03127.42108.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=26.65%
G=38.92%
B=34.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891301150.3200.120.49158.0518.7242.94
Hex598273200C319e132b
Octal13120216340014612362353
Binary1011001100000101110011100000011001100011001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598273; }

 p { color: rgb(89,130,115); }

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

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

 a { background-color: rgb(89,130,115); }

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

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

 span { border-color: rgb(89,130,115); }

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