Html Css Color HEX #599074 Cutty Sark

📋 copy color: '#599074'

red 89 ◦ green 144 ◦ blue 116

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

Shades of Cutty Sark #599074

Tints of Cutty Sark #599074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 25.5%
G = 41.26%
B = 33.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#599074 (or 0x599074) is known color: Cutty Sark. HEX triplet: 59, 90 and 74. RGB value is (89,144,116). Sum of RGB (Red+Green+Blue) = 89+144+116=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #599074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599074 is #A66F8B. Grayscale: #7C7C7C. Windows color (decimal): -10907532 or 7639129. OLE color: 7639129.

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

Color convert

RGB 89 144 116 -
CMYK 0.38 0 0.19 0.44
HSL 149.45º 0.24% 0.46% -
HSV(B) 149.45º 0.38% 0.56% -
XYZ 17.25 23.33 20.12 -
YUV 124.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 89 144 116 0.38 0 0.19 0.44 149.45 0.24 0.46
Hex 59 90 74 26 0 13 2C 95 18 2E
Octal 131 220 164 46 0 23 54 225 30 56
Binary 1011001 10010000 1110100 100110 0 10011 101100 10010101 11000 101110

Color Harmonies of #599074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599074

Black with #599074

Text Example


Text Example

White with #599074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599074; }

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

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

background-color css

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

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

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

border-color css

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

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

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