#598272

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

Shades of Cutty Sark #598272

Tints of Cutty Sark #598272

Color information

#598272 (or 0x598272) is unknown color: approx Cutty Sark. HEX triplet: 59, 82 and 72. RGB value is (89,130,114). Sum of RGB (Red+Green+Blue) = 89+130+114=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #598272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598272 is #A67D8D. Grayscale: #737373. Windows color (decimal): -10911118 or 7504473. OLE color: 7504473.

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

Color convert

RGB89130114-
CMYK0.3200.120.49
HSL156.59º18.72%42.94%-
HSV(B)156.59º31.54%50.98%-
XYZ15.1419.318.85-
YUV115.92126.92108.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=26.73%
G=39.04%
B=34.23%

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
Decimal891301140.3200.120.49156.5918.7242.94
Hex598272200C319d132b
Octal13120216240014612352353
Binary1011001100000101110010100000011001100011001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598272; }

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

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

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

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

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

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

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

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