Html Css Color HEX #5E8079 Cutty Sark

📋 copy color: '#5E8079'

red 94 ◦ green 128 ◦ blue 121

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

Shades of Cutty Sark #5E8079

Tints of Cutty Sark #5E8079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 27.41%
G = 37.32%
B = 35.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#5E8079 (or 0x5E8079) is known color: Cutty Sark. HEX triplet: 5E, 80 and 79. RGB value is (94,128,121). Sum of RGB (Red+Green+Blue) = 94+128+121=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8079 is #A17F86. Grayscale: #757575. Windows color (decimal): -10583943 or 7962718. OLE color: 7962718.

HSL color Cylindrical-coordinate representation of color #5E8079: hue angle of 167.65º 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 #5E8079 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 121 -
CMYK 0.27 0 0.05 0.50
HSL 167.65º 0.15% 0.44% -
HSV(B) 167.65º 0.27% 0.5% -
XYZ 15.79 19.2 20.96 -
YUV 117.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 94 128 121 0.27 0 0.05 0.50 167.65 0.15 0.44
Hex 5E 80 79 1B 0 5 32 A8 F 2C
Octal 136 200 171 33 0 5 62 250 17 54
Binary 1011110 10000000 1111001 11011 0 101 110010 10101000 1111 101100

Color Harmonies of #5E8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8079

Black with #5E8079

Text Example


Text Example

White with #5E8079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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