Html Css Color HEX #599575 Cutty Sark

📋 copy color: '#599575'

red 89 ◦ green 149 ◦ blue 117

#599575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #599575

Tints of Cutty Sark #599575

RGB

 RED value IS 89 (35.16% from 255) = 25.07%

 GREEN value IS 149 (58.59% from 255) = 41.97%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 25.07%
G = 41.97%
B = 32.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#599575 (or 0x599575) is known color: Cutty Sark. HEX triplet: 59, 95 and 75. RGB value is (89,149,117). Sum of RGB (Red+Green+Blue) = 89+149+117=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #599575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599575 is #A66A8A. Grayscale: #7F7F7F. Windows color (decimal): -10906251 or 7705945. OLE color: 7705945.

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

Color convert

RGB 89 149 117 -
CMYK 0.40 0 0.21 0.42
HSL 148º 0.25% 0.47% -
HSV(B) 148º 0.4% 0.58% -
XYZ 18.08 24.9 20.68 -
YUV 127.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 89 149 117 0.40 0 0.21 0.42 148 0.25 0.47
Hex 59 95 75 28 0 15 2A 94 19 2F
Octal 131 225 165 50 0 25 52 224 31 57
Binary 1011001 10010101 1110101 101000 0 10101 101010 10010100 11001 101111

Color Harmonies of #599575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599575

Black with #599575

Text Example


Text Example

White with #599575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599575; }

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

 H1.HeaderClassName
 {
   color: #599575;
 }
 .AnyTagClassName
 {
   color: #599575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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