Html Css Color HEX #5E9175 Cutty Sark

📋 copy color: '#5E9175'

red 94 ◦ green 145 ◦ blue 117

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

Shades of Cutty Sark #5E9175

Tints of Cutty Sark #5E9175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 26.4%
G = 40.73%
B = 32.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#5E9175 (or 0x5E9175) is known color: Cutty Sark. HEX triplet: 5E, 91 and 75. RGB value is (94,145,117). Sum of RGB (Red+Green+Blue) = 94+145+117=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9175 is #A16E8A. Grayscale: #7E7E7E. Windows color (decimal): -10579595 or 7704926. OLE color: 7704926.

HSL color Cylindrical-coordinate representation of color #5E9175: hue angle of 147.06º 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 #5E9175 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 117 -
CMYK 0.35 0 0.19 0.43
HSL 147.06º 0.21% 0.47% -
HSV(B) 147.06º 0.35% 0.57% -
XYZ 17.95 23.91 20.5 -
YUV 126.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 94 145 117 0.35 0 0.19 0.43 147.06 0.21 0.47
Hex 5E 91 75 23 0 13 2B 93 15 2F
Octal 136 221 165 43 0 23 53 223 25 57
Binary 1011110 10010001 1110101 100011 0 10011 101011 10010011 10101 101111

Color Harmonies of #5E9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9175

Black with #5E9175

Text Example


Text Example

White with #5E9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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