Html Css Color HEX #5E8574 Cutty Sark

📋 copy color: '#5E8574'

red 94 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #5E8574

Tints of Cutty Sark #5E8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 27.41%
G = 38.78%
B = 33.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#5E8574 (or 0x5E8574) is known color: Cutty Sark. HEX triplet: 5E, 85 and 74. RGB value is (94,133,116). Sum of RGB (Red+Green+Blue) = 94+133+116=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8574 is #A17A8B. Grayscale: #777777. Windows color (decimal): -10582668 or 7636318. OLE color: 7636318.

HSL color Cylindrical-coordinate representation of color #5E8574: hue angle of 153.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8574 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 116 -
CMYK 0.29 0 0.13 0.48
HSL 153.85º 0.17% 0.45% -
HSV(B) 153.85º 0.29% 0.52% -
XYZ 16.16 20.42 19.61 -
YUV 119.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 94 133 116 0.29 0 0.13 0.48 153.85 0.17 0.45
Hex 5E 85 74 1D 0 D 30 9A 11 2D
Octal 136 205 164 35 0 15 60 232 21 55
Binary 1011110 10000101 1110100 11101 0 1101 110000 10011010 10001 101101

Color Harmonies of #5E8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8574

Black with #5E8574

Text Example


Text Example

White with #5E8574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,116); }

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

background-color css

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

 a { background-color: rgb(94,133,116); }

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

border-color css

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

 span { border-color: rgb(94,133,116); }

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