#598472

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

Shades of Cutty Sark #598472

Tints of Cutty Sark #598472

Color information

#598472 (or 0x598472) is unknown color: approx Cutty Sark. HEX triplet: 59, 84 and 72. RGB value is (89,132,114). Sum of RGB (Red+Green+Blue) = 89+132+114=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #598472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598472 is #A67B8D. Grayscale: #757575. Windows color (decimal): -10910606 or 7504985. OLE color: 7504985.

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

Color convert

RGB89132114-
CMYK0.3300.140.48
HSL154.88º19.46%43.33%-
HSV(B)154.88º32.58%51.76%-
XYZ15.4119.8418.94-
YUV117.09126.25107.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=26.57%
G=39.40%
B=34.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891321140.3300.140.48154.8819.4643.33
Hex598472210E309b132b
Octal13120416241016602332353
Binary1011001100001001110010100001011101100001001101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598472; }

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

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

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

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

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

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

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

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