Html Css Color HEX #5E9276 Cutty Sark

📋 copy color: '#5E9276'

red 94 ◦ green 146 ◦ blue 118

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

Shades of Cutty Sark #5E9276

Tints of Cutty Sark #5E9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 26.26%
G = 40.78%
B = 32.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#5E9276 (or 0x5E9276) is known color: Cutty Sark. HEX triplet: 5E, 92 and 76. RGB value is (94,146,118). Sum of RGB (Red+Green+Blue) = 94+146+118=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9276 is #A16D89. Grayscale: #7F7F7F. Windows color (decimal): -10579338 or 7770718. OLE color: 7770718.

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

Color convert

RGB 94 146 118 -
CMYK 0.36 0 0.19 0.43
HSL 147.69º 0.22% 0.47% -
HSV(B) 147.69º 0.36% 0.57% -
XYZ 18.17 24.25 20.86 -
YUV 127.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 94 146 118 0.36 0 0.19 0.43 147.69 0.22 0.47
Hex 5E 92 76 24 0 13 2B 94 16 2F
Octal 136 222 166 44 0 23 53 224 26 57
Binary 1011110 10010010 1110110 100100 0 10011 101011 10010100 10110 101111

Color Harmonies of #5E9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9276

Black with #5E9276

Text Example


Text Example

White with #5E9276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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