Html Css Color HEX #5A8976 Cutty Sark

📋 copy color: '#5A8976'

red 90 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #5A8976

Tints of Cutty Sark #5A8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 26.09%
G = 39.71%
B = 34.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#5A8976 (or 0x5A8976) is known color: Cutty Sark. HEX triplet: 5A, 89 and 76. RGB value is (90,137,118). Sum of RGB (Red+Green+Blue) = 90+137+118=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8976 is #A57689. Grayscale: #787878. Windows color (decimal): -10843786 or 7768410. OLE color: 7768410.

HSL color Cylindrical-coordinate representation of color #5A8976: hue angle of 155.74º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8976 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 118 -
CMYK 0.34 0 0.14 0.46
HSL 155.74º 0.21% 0.45% -
HSV(B) 155.74º 0.34% 0.54% -
XYZ 16.43 21.37 20.4 -
YUV 120.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 90 137 118 0.34 0 0.14 0.46 155.74 0.21 0.45
Hex 5A 89 76 22 0 E 2E 9C 15 2D
Octal 132 211 166 42 0 16 56 234 25 55
Binary 1011010 10001001 1110110 100010 0 1110 101110 10011100 10101 101101

Color Harmonies of #5A8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8976

Black with #5A8976

Text Example


Text Example

White with #5A8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,118); }

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

background-color css

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

 a { background-color: rgb(90,137,118); }

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

border-color css

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

 span { border-color: rgb(90,137,118); }

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