Html Css Color HEX #5E8279 Cutty Sark

📋 copy color: '#5E8279'

red 94 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #5E8279

Tints of Cutty Sark #5E8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 27.25%
G = 37.68%
B = 35.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#5E8279 (or 0x5E8279) is known color: Cutty Sark. HEX triplet: 5E, 82 and 79. RGB value is (94,130,121). Sum of RGB (Red+Green+Blue) = 94+130+121=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8279 is #A17D86. Grayscale: #767676. Windows color (decimal): -10583431 or 7963230. OLE color: 7963230.

HSL color Cylindrical-coordinate representation of color #5E8279: hue angle of 165º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E8279 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 121 -
CMYK 0.28 0 0.07 0.49
HSL 165º 0.16% 0.44% -
HSV(B) 165º 0.28% 0.51% -
XYZ 16.05 19.73 21.05 -
YUV 118.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 94 130 121 0.28 0 0.07 0.49 165 0.16 0.44
Hex 5E 82 79 1C 0 7 31 A5 10 2C
Octal 136 202 171 34 0 7 61 245 20 54
Binary 1011110 10000010 1111001 11100 0 111 110001 10100101 10000 101100

Color Harmonies of #5E8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8279

Black with #5E8279

Text Example


Text Example

White with #5E8279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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