Html Css Color HEX #5A7D71 Cutty Sark

📋 copy color: '#5A7D71'

red 90 ◦ green 125 ◦ blue 113

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

Shades of Cutty Sark #5A7D71

Tints of Cutty Sark #5A7D71

RGB

 RED value IS 90 (35.55% from 255) = 27.44%

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

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 27.44%
G = 38.11%
B = 34.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#5A7D71 (or 0x5A7D71) is known color: Cutty Sark. HEX triplet: 5A, 7D and 71. RGB value is (90,125,113). Sum of RGB (Red+Green+Blue) = 90+125+113=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D71 is #A5828E. Grayscale: #717171. Windows color (decimal): -10846863 or 7437658. OLE color: 7437658.

HSL color Cylindrical-coordinate representation of color #5A7D71: hue angle of 159.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D71 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 125 113 -
CMYK 0.28 0 0.10 0.51
HSL 159.43º 0.16% 0.42% -
HSV(B) 159.43º 0.28% 0.49% -
XYZ 14.53 18.03 18.34 -
YUV 113.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 90 125 113 0.28 0 0.10 0.51 159.43 0.16 0.42
Hex 5A 7D 71 1C 0 A 33 9F 10 2A
Octal 132 175 161 34 0 12 63 237 20 52
Binary 1011010 1111101 1110001 11100 0 1010 110011 10011111 10000 101010

Color Harmonies of #5A7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7D71

Black with #5A7D71

Text Example


Text Example

White with #5A7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7D71; }

 p { color: rgb(90,125,113); }

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

background-color css

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

 a { background-color: rgb(90,125,113); }

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

border-color css

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

 span { border-color: rgb(90,125,113); }

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