Html Css Color HEX #5A8571 Cutty Sark

📋 copy color: '#5A8571'

red 90 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #5A8571

Tints of Cutty Sark #5A8571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 26.79%
G = 39.58%
B = 33.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#5A8571 (or 0x5A8571) is known color: Cutty Sark. HEX triplet: 5A, 85 and 71. RGB value is (90,133,113). Sum of RGB (Red+Green+Blue) = 90+133+113=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8571 is #A57A8E. Grayscale: #757575. Windows color (decimal): -10844815 or 7439706. OLE color: 7439706.

HSL color Cylindrical-coordinate representation of color #5A8571: hue angle of 152.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8571 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 113 -
CMYK 0.32 0 0.15 0.48
HSL 152.09º 0.19% 0.44% -
HSV(B) 152.09º 0.32% 0.52% -
XYZ 15.58 20.14 18.69 -
YUV 117.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 90 133 113 0.32 0 0.15 0.48 152.09 0.19 0.44
Hex 5A 85 71 20 0 F 30 98 13 2C
Octal 132 205 161 40 0 17 60 230 23 54
Binary 1011010 10000101 1110001 100000 0 1111 110000 10011000 10011 101100

Color Harmonies of #5A8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8571

Black with #5A8571

Text Example


Text Example

White with #5A8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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