Html Css Color HEX #5E8076 Cutty Sark

📋 copy color: '#5E8076'

red 94 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #5E8076

Tints of Cutty Sark #5E8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 27.65%
G = 37.65%
B = 34.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#5E8076 (or 0x5E8076) is known color: Cutty Sark. HEX triplet: 5E, 80 and 76. RGB value is (94,128,118). Sum of RGB (Red+Green+Blue) = 94+128+118=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8076 is #A17F89. Grayscale: #747474. Windows color (decimal): -10583946 or 7766110. OLE color: 7766110.

HSL color Cylindrical-coordinate representation of color #5E8076: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E8076 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 118 -
CMYK 0.27 0 0.08 0.50
HSL 162.35º 0.15% 0.44% -
HSV(B) 162.35º 0.27% 0.5% -
XYZ 15.61 19.13 20.01 -
YUV 116.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 94 128 118 0.27 0 0.08 0.50 162.35 0.15 0.44
Hex 5E 80 76 1B 0 8 32 A2 F 2C
Octal 136 200 166 33 0 10 62 242 17 54
Binary 1011110 10000000 1110110 11011 0 1000 110010 10100010 1111 101100

Color Harmonies of #5E8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8076

Black with #5E8076

Text Example


Text Example

White with #5E8076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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