Html Css Color HEX #599070 Cutty Sark

📋 copy color: '#599070'

red 89 ◦ green 144 ◦ blue 112

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

Shades of Cutty Sark #599070

Tints of Cutty Sark #599070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 25.8%
G = 41.74%
B = 32.46%

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

#599070 (or 0x599070) is known color: Cutty Sark. HEX triplet: 59, 90 and 70. RGB value is (89,144,112). Sum of RGB (Red+Green+Blue) = 89+144+112=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #599070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599070 is #A66F8F. Grayscale: #7B7B7B. Windows color (decimal): -10907536 or 7376985. OLE color: 7376985.

HSL color Cylindrical-coordinate representation of color #599070: hue angle of 145.09º 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 #599070 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 112 -
CMYK 0.38 0 0.22 0.44
HSL 145.09º 0.24% 0.46% -
HSV(B) 145.09º 0.38% 0.56% -
XYZ 17.02 23.24 18.92 -
YUV 123.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 89 144 112 0.38 0 0.22 0.44 145.09 0.24 0.46
Hex 59 90 70 26 0 16 2C 91 18 2E
Octal 131 220 160 46 0 26 54 221 30 56
Binary 1011001 10010000 1110000 100110 0 10110 101100 10010001 11000 101110

Color Harmonies of #599070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599070

Black with #599070

Text Example


Text Example

White with #599070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599070; }

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

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

background-color css

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

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

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

border-color css

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

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

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