Html Css Color HEX #5E8171 Cutty Sark

📋 copy color: '#5E8171'

red 94 ◦ green 129 ◦ blue 113

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

Shades of Cutty Sark #5E8171

Tints of Cutty Sark #5E8171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 27.98%
G = 38.39%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#5E8171 (or 0x5E8171) is known color: Cutty Sark. HEX triplet: 5E, 81 and 71. RGB value is (94,129,113). Sum of RGB (Red+Green+Blue) = 94+129+113=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8171 is #A17E8E. Grayscale: #747474. Windows color (decimal): -10583695 or 7438686. OLE color: 7438686.

HSL color Cylindrical-coordinate representation of color #5E8171: hue angle of 152.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E8171 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 129 113 -
CMYK 0.27 0 0.12 0.49
HSL 152.57º 0.16% 0.44% -
HSV(B) 152.57º 0.27% 0.51% -
XYZ 15.45 19.27 18.53 -
YUV 116.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 94 129 113 0.27 0 0.12 0.49 152.57 0.16 0.44
Hex 5E 81 71 1B 0 C 31 99 10 2C
Octal 136 201 161 33 0 14 61 231 20 54
Binary 1011110 10000001 1110001 11011 0 1100 110001 10011001 10000 101100

Color Harmonies of #5E8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8171

Black with #5E8171

Text Example


Text Example

White with #5E8171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,129,113); }

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

background-color css

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

 a { background-color: rgb(94,129,113); }

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

border-color css

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

 span { border-color: rgb(94,129,113); }

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