#599475

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

Shades of Cutty Sark #599475

Tints of Cutty Sark #599475

Color information

#599475 (or 0x599475) is unknown color: approx Cutty Sark. HEX triplet: 59, 94 and 75. RGB value is (89,148,117). Sum of RGB (Red+Green+Blue) = 89+148+117=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #599475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599475 is #A66B8A. Grayscale: #7E7E7E. Windows color (decimal): -10906507 or 7705689. OLE color: 7705689.

HSL color Cylindrical-coordinate representation of color #599475: hue angle of 148.47º 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 #599475 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB89148117-
CMYK0.4000.210.42
HSL148.47º24.89%46.47%-
HSV(B)148.47º39.86%58.04%-
XYZ17.9224.5920.63-
YUV126.82122.45101.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=25.14%
G=41.81%
B=33.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481170.4000.210.42148.4724.8946.47
Hex599475280152A94192e
Octal13122416550025522243156
Binary10110011001010011101011010000101011010101001010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599475; }

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

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

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

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

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

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

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

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