Html Css Color HEX #5E8876 Cutty Sark

📋 copy color: '#5E8876'

red 94 ◦ green 136 ◦ blue 118

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

Shades of Cutty Sark #5E8876

Tints of Cutty Sark #5E8876

RGB

 RED value IS 94 (37.11% from 255) = 27.01%

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

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

R = 27.01%
G = 39.08%
B = 33.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#5E8876 (or 0x5E8876) is known color: Cutty Sark. HEX triplet: 5E, 88 and 76. RGB value is (94,136,118). Sum of RGB (Red+Green+Blue) = 94+136+118=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8876 is #A17789. Grayscale: #797979. Windows color (decimal): -10581898 or 7768158. OLE color: 7768158.

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

Color convert

RGB 94 136 118 -
CMYK 0.31 0 0.13 0.47
HSL 154.29º 0.18% 0.45% -
HSV(B) 154.29º 0.31% 0.53% -
XYZ 16.69 21.3 20.37 -
YUV 121.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 94 136 118 0.31 0 0.13 0.47 154.29 0.18 0.45
Hex 5E 88 76 1F 0 D 2F 9A 12 2D
Octal 136 210 166 37 0 15 57 232 22 55
Binary 1011110 10001000 1110110 11111 0 1101 101111 10011010 10010 101101

Color Harmonies of #5E8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8876

Black with #5E8876

Text Example


Text Example

White with #5E8876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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