Html Css Color HEX #597970 Cutty Sark

📋 copy color: '#597970'

red 89 ◦ green 121 ◦ blue 112

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

Shades of Cutty Sark #597970

Tints of Cutty Sark #597970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 27.64%
G = 37.58%
B = 34.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#597970 (or 0x597970) is known color: Cutty Sark. HEX triplet: 59, 79 and 70. RGB value is (89,121,112). Sum of RGB (Red+Green+Blue) = 89+121+112=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #597970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597970 is #A6868F. Grayscale: #6E6E6E. Windows color (decimal): -10913424 or 7371097. OLE color: 7371097.

HSL color Cylindrical-coordinate representation of color #597970: hue angle of 163.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #597970 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 121 112 -
CMYK 0.26 0 0.07 0.53
HSL 163.13º 0.15% 0.41% -
HSV(B) 163.13º 0.26% 0.47% -
XYZ 13.88 16.97 17.87 -
YUV 110.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 89 121 112 0.26 0 0.07 0.53 163.13 0.15 0.41
Hex 59 79 70 1A 0 7 35 A3 F 29
Octal 131 171 160 32 0 7 65 243 17 51
Binary 1011001 1111001 1110000 11010 0 111 110101 10100011 1111 101001

Color Harmonies of #597970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597970

Black with #597970

Text Example


Text Example

White with #597970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597970; }

 p { color: rgb(89,121,112); }

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

background-color css

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

 a { background-color: rgb(89,121,112); }

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

border-color css

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

 span { border-color: rgb(89,121,112); }

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