#599473

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

Shades of Cutty Sark #599473

Tints of Cutty Sark #599473

Color information

#599473 (or 0x599473) is unknown color: approx Cutty Sark. HEX triplet: 59, 94 and 73. RGB value is (89,148,115). Sum of RGB (Red+Green+Blue) = 89+148+115=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #599473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599473 is #A66B8C. Grayscale: #7E7E7E. Windows color (decimal): -10906509 or 7574617. OLE color: 7574617.

HSL color Cylindrical-coordinate representation of color #599473: hue angle of 146.44º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599473 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB89148115-
CMYK0.4000.220.42
HSL146.44º24.89%46.47%-
HSV(B)146.44º39.86%58.04%-
XYZ17.824.5420.02-
YUV126.6121.45101.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=25.28%
G=42.05%
B=32.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481150.4000.220.42146.4424.8946.47
Hex599473280162A92192e
Octal13122416350026522223156
Binary10110011001010011100111010000101101010101001001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599473; }

 p { color: rgb(89,148,115); }

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

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

 a { background-color: rgb(89,148,115); }

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

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

 span { border-color: rgb(89,148,115); }

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