Html Css Color HEX #599275 Cutty Sark

📋 copy color: '#599275'

red 89 ◦ green 146 ◦ blue 117

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

Shades of Cutty Sark #599275

Tints of Cutty Sark #599275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 25.28%
G = 41.48%
B = 33.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#599275 (or 0x599275) is known color: Cutty Sark. HEX triplet: 59, 92 and 75. RGB value is (89,146,117). Sum of RGB (Red+Green+Blue) = 89+146+117=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #599275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599275 is #A66D8A. Grayscale: #7D7D7D. Windows color (decimal): -10907019 or 7705177. OLE color: 7705177.

HSL color Cylindrical-coordinate representation of color #599275: hue angle of 149.47º 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 #599275 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 117 -
CMYK 0.39 0 0.20 0.43
HSL 149.47º 0.24% 0.46% -
HSV(B) 149.47º 0.39% 0.57% -
XYZ 17.61 23.97 20.53 -
YUV 125.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 89 146 117 0.39 0 0.20 0.43 149.47 0.24 0.46
Hex 59 92 75 27 0 14 2B 95 18 2E
Octal 131 222 165 47 0 24 53 225 30 56
Binary 1011001 10010010 1110101 100111 0 10100 101011 10010101 11000 101110

Color Harmonies of #599275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599275

Black with #599275

Text Example


Text Example

White with #599275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599275; }

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

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

background-color css

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

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

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

border-color css

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

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

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