Html Css Color HEX #5E9174 Cutty Sark

📋 copy color: '#5E9174'

red 94 ◦ green 145 ◦ blue 116

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

Shades of Cutty Sark #5E9174

Tints of Cutty Sark #5E9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

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

R = 26.48%
G = 40.85%
B = 32.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#5E9174 (or 0x5E9174) is known color: Cutty Sark. HEX triplet: 5E, 91 and 74. RGB value is (94,145,116). Sum of RGB (Red+Green+Blue) = 94+145+116=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9174 is #A16E8B. Grayscale: #7E7E7E. Windows color (decimal): -10579596 or 7639390. OLE color: 7639390.

HSL color Cylindrical-coordinate representation of color #5E9174: hue angle of 145.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9174 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 116 -
CMYK 0.35 0 0.2 0.43
HSL 145.88º 0.21% 0.47% -
HSV(B) 145.88º 0.35% 0.57% -
XYZ 17.89 23.89 20.19 -
YUV 126.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 94 145 116 0.35 0 0.2 0.43 145.88 0.21 0.47
Hex 5E 91 74 23 0 14 2B 92 15 2F
Octal 136 221 164 43 0 24 53 222 25 57
Binary 1011110 10010001 1110100 100011 0 10100 101011 10010010 10101 101111

Color Harmonies of #5E9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9174

Black with #5E9174

Text Example


Text Example

White with #5E9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,116); }

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

background-color css

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

 a { background-color: rgb(94,145,116); }

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

border-color css

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

 span { border-color: rgb(94,145,116); }

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