Html Css Color HEX #597D75 Cutty Sark

📋 copy color: '#597D75'

red 89 ◦ green 125 ◦ blue 117

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

Shades of Cutty Sark #597D75

Tints of Cutty Sark #597D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

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

R = 26.89%
G = 37.76%
B = 35.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#597D75 (or 0x597D75) is known color: Cutty Sark. HEX triplet: 59, 7D and 75. RGB value is (89,125,117). Sum of RGB (Red+Green+Blue) = 89+125+117=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #597D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D75 is #A6828A. Grayscale: #717171. Windows color (decimal): -10912395 or 7699801. OLE color: 7699801.

HSL color Cylindrical-coordinate representation of color #597D75: hue angle of 166.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597D75 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 125 117 -
CMYK 0.29 0 0.06 0.51
HSL 166.67º 0.17% 0.42% -
HSV(B) 166.67º 0.29% 0.49% -
XYZ 14.66 18.08 19.55 -
YUV 113.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 89 125 117 0.29 0 0.06 0.51 166.67 0.17 0.42
Hex 59 7D 75 1D 0 6 33 A7 11 2A
Octal 131 175 165 35 0 6 63 247 21 52
Binary 1011001 1111101 1110101 11101 0 110 110011 10100111 10001 101010

Color Harmonies of #597D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D75

Black with #597D75

Text Example


Text Example

White with #597D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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