#598775

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

Shades of Cutty Sark #598775

Tints of Cutty Sark #598775

Color information

#598775 (or 0x598775) is unknown color: approx Cutty Sark. HEX triplet: 59, 87 and 75. RGB value is (89,135,117). Sum of RGB (Red+Green+Blue) = 89+135+117=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #598775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598775 is #A6788A. Grayscale: #777777. Windows color (decimal): -10909835 or 7702361. OLE color: 7702361.

HSL color Cylindrical-coordinate representation of color #598775: hue angle of 156.52º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #598775 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB89135117-
CMYK0.3400.130.47
HSL156.52º20.54%43.92%-
HSV(B)156.52º34.07%52.94%-
XYZ15.9920.7419.99-
YUV119.19126.76106.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=26.10%
G=39.59%
B=34.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891351170.3400.130.47156.5220.5443.92
Hex598775220D2F9d152c
Octal13120716542015572352554
Binary1011001100001111110101100010011011011111001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598775; }

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

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

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

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

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

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

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

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