Html Css Color HEX #598475 Cutty Sark

📋 copy color: '#598475'

red 89 ◦ green 132 ◦ blue 117

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

Shades of Cutty Sark #598475

Tints of Cutty Sark #598475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

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

R = 26.33%
G = 39.05%
B = 34.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#598475 (or 0x598475) is known color: Cutty Sark. HEX triplet: 59, 84 and 75. RGB value is (89,132,117). Sum of RGB (Red+Green+Blue) = 89+132+117=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #598475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598475 is #A67B8A. Grayscale: #757575. Windows color (decimal): -10910603 or 7701593. OLE color: 7701593.

HSL color Cylindrical-coordinate representation of color #598475: hue angle of 159.07º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598475 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 117 -
CMYK 0.33 0 0.11 0.48
HSL 159.07º 0.19% 0.43% -
HSV(B) 159.07º 0.33% 0.52% -
XYZ 15.58 19.91 19.85 -
YUV 117.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 89 132 117 0.33 0 0.11 0.48 159.07 0.19 0.43
Hex 59 84 75 21 0 B 30 9F 13 2B
Octal 131 204 165 41 0 13 60 237 23 53
Binary 1011001 10000100 1110101 100001 0 1011 110000 10011111 10011 101011

Color Harmonies of #598475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598475

Black with #598475

Text Example


Text Example

White with #598475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598475; }

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

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

background-color css

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

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

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

border-color css

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

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

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