#598375

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

Shades of Cutty Sark #598375

Tints of Cutty Sark #598375

Color information

#598375 (or 0x598375) is unknown color: approx Cutty Sark. HEX triplet: 59, 83 and 75. RGB value is (89,131,117). Sum of RGB (Red+Green+Blue) = 89+131+117=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #598375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598375 is #A67C8A. Grayscale: #747474. Windows color (decimal): -10910859 or 7701337. OLE color: 7701337.

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

Color convert

RGB89131117-
CMYK0.3200.110.49
HSL160º19.09%43.14%-
HSV(B)160º32.06%51.37%-
XYZ15.4519.6419.81-
YUV116.85128.09108.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=26.41%
G=38.87%
B=34.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891311170.3200.110.4916019.0943.14
Hex598375200B31a0132b
Octal13120316540013612402353
Binary1011001100000111110101100000010111100011010000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598375; }

 p { color: rgb(89,131,117); }

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

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

 a { background-color: rgb(89,131,117); }

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

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

 span { border-color: rgb(89,131,117); }

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