Html Css Color HEX #599475 Cutty Sark

📋 copy color: '#599475'

red 89 ◦ green 148 ◦ blue 117

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

Shades of Cutty Sark #599475

Tints of Cutty Sark #599475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 25.14%
G = 41.81%
B = 33.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#599475 (or 0x599475) is known color: Cutty Sark. HEX triplet: 59, 94 and 75. RGB value is (89,148,117). Sum of RGB (Red+Green+Blue) = 89+148+117=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #599475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599475 is #A66B8A. Grayscale: #7E7E7E. Windows color (decimal): -10906507 or 7705689. OLE color: 7705689.

HSL color Cylindrical-coordinate representation of color #599475: hue angle of 148.47º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599475 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 117 -
CMYK 0.40 0 0.21 0.42
HSL 148.47º 0.25% 0.46% -
HSV(B) 148.47º 0.4% 0.58% -
XYZ 17.92 24.59 20.63 -
YUV 126.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 89 148 117 0.40 0 0.21 0.42 148.47 0.25 0.46
Hex 59 94 75 28 0 15 2A 94 19 2E
Octal 131 224 165 50 0 25 52 224 31 56
Binary 1011001 10010100 1110101 101000 0 10101 101010 10010100 11001 101110

Color Harmonies of #599475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599475

Black with #599475

Text Example


Text Example

White with #599475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599475; }

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

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

background-color css

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

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

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

border-color css

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

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

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