Html Css Color HEX #5A7E71 Cutty Sark

📋 copy color: '#5A7E71'

red 90 ◦ green 126 ◦ blue 113

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

Shades of Cutty Sark #5A7E71

Tints of Cutty Sark #5A7E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 27.36%
G = 38.3%
B = 34.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#5A7E71 (or 0x5A7E71) is known color: Cutty Sark. HEX triplet: 5A, 7E and 71. RGB value is (90,126,113). Sum of RGB (Red+Green+Blue) = 90+126+113=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E71 is #A5818E. Grayscale: #717171. Windows color (decimal): -10846607 or 7437914. OLE color: 7437914.

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

Color convert

RGB 90 126 113 -
CMYK 0.29 0 0.10 0.51
HSL 158.33º 0.17% 0.42% -
HSV(B) 158.33º 0.29% 0.49% -
XYZ 14.66 18.29 18.38 -
YUV 113.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 90 126 113 0.29 0 0.10 0.51 158.33 0.17 0.42
Hex 5A 7E 71 1D 0 A 33 9E 11 2A
Octal 132 176 161 35 0 12 63 236 21 52
Binary 1011010 1111110 1110001 11101 0 1010 110011 10011110 10001 101010

Color Harmonies of #5A7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E71

Black with #5A7E71

Text Example


Text Example

White with #5A7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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