Html Css Color HEX #5E896F Cutty Sark

📋 copy color: '#5E896F'

red 94 ◦ green 137 ◦ blue 111

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

Shades of Cutty Sark #5E896F

Tints of Cutty Sark #5E896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 27.49%
G = 40.06%
B = 32.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#5E896F (or 0x5E896F) is known color: Cutty Sark. HEX triplet: 5E, 89 and 6F. RGB value is (94,137,111). Sum of RGB (Red+Green+Blue) = 94+137+111=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #5E896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E896F is #A17690. Grayscale: #797979. Windows color (decimal): -10581649 or 7309662. OLE color: 7309662.

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

Color convert

RGB 94 137 111 -
CMYK 0.31 0 0.19 0.46
HSL 143.72º 0.19% 0.45% -
HSV(B) 143.72º 0.31% 0.54% -
XYZ 16.43 21.42 18.31 -
YUV 121.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 94 137 111 0.31 0 0.19 0.46 143.72 0.19 0.45
Hex 5E 89 6F 1F 0 13 2E 90 13 2D
Octal 136 211 157 37 0 23 56 220 23 55
Binary 1011110 10001001 1101111 11111 0 10011 101110 10010000 10011 101101

Color Harmonies of #5E896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E896F

Black with #5E896F

Text Example


Text Example

White with #5E896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,137,111); }

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

background-color css

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

 a { background-color: rgb(94,137,111); }

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

border-color css

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

 span { border-color: rgb(94,137,111); }

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