Html Css Color HEX #577970 Cutty Sark

📋 copy color: '#577970'

red 87 ◦ green 121 ◦ blue 112

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

Shades of Cutty Sark #577970

Tints of Cutty Sark #577970

RGB

 RED value IS 87 (34.38% from 255) = 27.19%

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

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

R = 27.19%
G = 37.81%
B = 35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#577970 (or 0x577970) is known color: Cutty Sark. HEX triplet: 57, 79 and 70. RGB value is (87,121,112). Sum of RGB (Red+Green+Blue) = 87+121+112=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #577970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577970 is #A8868F. Grayscale: #6D6D6D. Windows color (decimal): -11044496 or 7371095. OLE color: 7371095.

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

Color convert

RGB 87 121 112 -
CMYK 0.28 0 0.07 0.53
HSL 164.12º 0.16% 0.41% -
HSV(B) 164.12º 0.28% 0.47% -
XYZ 13.69 16.87 17.86 -
YUV 109.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 87 121 112 0.28 0 0.07 0.53 164.12 0.16 0.41
Hex 57 79 70 1C 0 7 35 A4 10 29
Octal 127 171 160 34 0 7 65 244 20 51
Binary 1010111 1111001 1110000 11100 0 111 110101 10100100 10000 101001

Color Harmonies of #577970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577970

Black with #577970

Text Example


Text Example

White with #577970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577970; }

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

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

background-color css

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

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

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

border-color css

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

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

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