Html Css Color HEX #599174 Cutty Sark

📋 copy color: '#599174'

red 89 ◦ green 145 ◦ blue 116

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

Shades of Cutty Sark #599174

Tints of Cutty Sark #599174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

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

R = 25.43%
G = 41.43%
B = 33.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#599174 (or 0x599174) is known color: Cutty Sark. HEX triplet: 59, 91 and 74. RGB value is (89,145,116). Sum of RGB (Red+Green+Blue) = 89+145+116=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #599174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599174 is #A66E8B. Grayscale: #7D7D7D. Windows color (decimal): -10907276 or 7639385. OLE color: 7639385.

HSL color Cylindrical-coordinate representation of color #599174: hue angle of 148.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599174 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 116 -
CMYK 0.39 0 0.2 0.43
HSL 148.93º 0.24% 0.46% -
HSV(B) 148.93º 0.39% 0.57% -
XYZ 17.4 23.64 20.17 -
YUV 124.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 89 145 116 0.39 0 0.2 0.43 148.93 0.24 0.46
Hex 59 91 74 27 0 14 2B 95 18 2E
Octal 131 221 164 47 0 24 53 225 30 56
Binary 1011001 10010001 1110100 100111 0 10100 101011 10010101 11000 101110

Color Harmonies of #599174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599174

Black with #599174

Text Example


Text Example

White with #599174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599174; }

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

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

background-color css

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

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

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

border-color css

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

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

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