Html Css Color HEX #599071 Cutty Sark

📋 copy color: '#599071'

red 89 ◦ green 144 ◦ blue 113

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

Shades of Cutty Sark #599071

Tints of Cutty Sark #599071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 25.72%
G = 41.62%
B = 32.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#599071 (or 0x599071) is known color: Cutty Sark. HEX triplet: 59, 90 and 71. RGB value is (89,144,113). Sum of RGB (Red+Green+Blue) = 89+144+113=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #599071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599071 is #A66F8E. Grayscale: #7C7C7C. Windows color (decimal): -10907535 or 7442521. OLE color: 7442521.

HSL color Cylindrical-coordinate representation of color #599071: hue angle of 146.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599071 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 113 -
CMYK 0.38 0 0.22 0.44
HSL 146.18º 0.24% 0.46% -
HSV(B) 146.18º 0.38% 0.56% -
XYZ 17.07 23.26 19.21 -
YUV 124.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 89 144 113 0.38 0 0.22 0.44 146.18 0.24 0.46
Hex 59 90 71 26 0 16 2C 92 18 2E
Octal 131 220 161 46 0 26 54 222 30 56
Binary 1011001 10010000 1110001 100110 0 10110 101100 10010010 11000 101110

Color Harmonies of #599071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599071

Black with #599071

Text Example


Text Example

White with #599071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599071; }

 p { color: rgb(89,144,113); }

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

background-color css

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

 a { background-color: rgb(89,144,113); }

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

border-color css

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

 span { border-color: rgb(89,144,113); }

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