#598470

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

Shades of Cutty Sark #598470

Tints of Cutty Sark #598470

Color information

#598470 (or 0x598470) is unknown color: approx Cutty Sark. HEX triplet: 59, 84 and 70. RGB value is (89,132,112). Sum of RGB (Red+Green+Blue) = 89+132+112=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #598470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598470 is #A67B8F. Grayscale: #747474. Windows color (decimal): -10910608 or 7373913. OLE color: 7373913.

HSL color Cylindrical-coordinate representation of color #598470: hue angle of 152.09º 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 #598470 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB89132112-
CMYK0.3300.150.48
HSL152.09º19.46%43.33%-
HSV(B)152.09º32.58%51.76%-
XYZ15.319.818.34-
YUV116.86125.25108.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=26.73%
G=39.64%
B=33.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891321120.3300.150.48152.0919.4643.33
Hex598470210F3098132b
Octal13120416041017602302353
Binary1011001100001001110000100001011111100001001100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598470; }

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

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

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

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

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

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

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

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