Html Css Color HEX #5D8876 Cutty Sark

📋 copy color: '#5D8876'

red 93 ◦ green 136 ◦ blue 118

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

Shades of Cutty Sark #5D8876

Tints of Cutty Sark #5D8876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 26.8%
G = 39.19%
B = 34.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#5D8876 (or 0x5D8876) is known color: Cutty Sark. HEX triplet: 5D, 88 and 76. RGB value is (93,136,118). Sum of RGB (Red+Green+Blue) = 93+136+118=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8876 is #A27789. Grayscale: #797979. Windows color (decimal): -10647434 or 7768157. OLE color: 7768157.

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

Color convert

RGB 93 136 118 -
CMYK 0.32 0 0.13 0.47
HSL 154.88º 0.19% 0.45% -
HSV(B) 154.88º 0.32% 0.53% -
XYZ 16.59 21.24 20.37 -
YUV 121.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 93 136 118 0.32 0 0.13 0.47 154.88 0.19 0.45
Hex 5D 88 76 20 0 D 2F 9B 13 2D
Octal 135 210 166 40 0 15 57 233 23 55
Binary 1011101 10001000 1110110 100000 0 1101 101111 10011011 10011 101101

Color Harmonies of #5D8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8876

Black with #5D8876

Text Example


Text Example

White with #5D8876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,136,118); }

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

background-color css

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

 a { background-color: rgb(93,136,118); }

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

border-color css

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

 span { border-color: rgb(93,136,118); }

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