#598572

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

Shades of Cutty Sark #598572

Tints of Cutty Sark #598572

Color information

#598572 (or 0x598572) is unknown color: approx Cutty Sark. HEX triplet: 59, 85 and 72. RGB value is (89,133,114). Sum of RGB (Red+Green+Blue) = 89+133+114=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #598572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598572 is #A67A8D. Grayscale: #757575. Windows color (decimal): -10910350 or 7505241. OLE color: 7505241.

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

Color convert

RGB89133114-
CMYK0.3300.140.48
HSL154.09º19.82%43.53%-
HSV(B)154.09º33.08%52.16%-
XYZ15.5420.1118.98-
YUV117.68125.92107.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=26.49%
G=39.58%
B=33.93%

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
Decimal891331140.3300.140.48154.0919.8243.53
Hex598572210E309a142c
Octal13120516241016602322454
Binary1011001100001011110010100001011101100001001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598572; }

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

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

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

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

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

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

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

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