Html Css Color HEX #5D8974 Cutty Sark

📋 copy color: '#5D8974'

red 93 ◦ green 137 ◦ blue 116

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

Shades of Cutty Sark #5D8974

Tints of Cutty Sark #5D8974

RGB

 RED value IS 93 (36.72% from 255) = 26.88%

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 26.88%
G = 39.6%
B = 33.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#5D8974 (or 0x5D8974) is known color: Cutty Sark. HEX triplet: 5D, 89 and 74. RGB value is (93,137,116). Sum of RGB (Red+Green+Blue) = 93+137+116=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8974 is #A2768B. Grayscale: #797979. Windows color (decimal): -10647180 or 7637341. OLE color: 7637341.

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

Color convert

RGB 93 137 116 -
CMYK 0.32 0 0.15 0.46
HSL 151.36º 0.19% 0.45% -
HSV(B) 151.36º 0.32% 0.54% -
XYZ 16.61 21.48 19.79 -
YUV 121.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 93 137 116 0.32 0 0.15 0.46 151.36 0.19 0.45
Hex 5D 89 74 20 0 F 2E 97 13 2D
Octal 135 211 164 40 0 17 56 227 23 55
Binary 1011101 10001001 1110100 100000 0 1111 101110 10010111 10011 101101

Color Harmonies of #5D8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8974

Black with #5D8974

Text Example


Text Example

White with #5D8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,116); }

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

background-color css

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

 a { background-color: rgb(93,137,116); }

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

border-color css

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

 span { border-color: rgb(93,137,116); }

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