Html Css Color HEX #597D6B Cutty Sark

📋 copy color: '#597D6B'

red 89 ◦ green 125 ◦ blue 107

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

Shades of Cutty Sark #597D6B

Tints of Cutty Sark #597D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 27.73%
G = 38.94%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#597D6B (or 0x597D6B) is known color: Cutty Sark. HEX triplet: 59, 7D and 6B. RGB value is (89,125,107). Sum of RGB (Red+Green+Blue) = 89+125+107=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #597D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D6B is #A68294. Grayscale: #707070. Windows color (decimal): -10912405 or 7044441. OLE color: 7044441.

HSL color Cylindrical-coordinate representation of color #597D6B: hue angle of 150º 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 #597D6B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 125 107 -
CMYK 0.29 0 0.14 0.51
HSL 150º 0.17% 0.42% -
HSV(B) 150º 0.29% 0.49% -
XYZ 14.11 17.85 16.61 -
YUV 112.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 89 125 107 0.29 0 0.14 0.51 150 0.17 0.42
Hex 59 7D 6B 1D 0 E 33 96 11 2A
Octal 131 175 153 35 0 16 63 226 21 52
Binary 1011001 1111101 1101011 11101 0 1110 110011 10010110 10001 101010

Color Harmonies of #597D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D6B

Black with #597D6B

Text Example


Text Example

White with #597D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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