Html Css Color HEX #5E8573 Cutty Sark

📋 copy color: '#5E8573'

red 94 ◦ green 133 ◦ blue 115

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

Shades of Cutty Sark #5E8573

Tints of Cutty Sark #5E8573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 27.49%
G = 38.89%
B = 33.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#5E8573 (or 0x5E8573) is known color: Cutty Sark. HEX triplet: 5E, 85 and 73. RGB value is (94,133,115). Sum of RGB (Red+Green+Blue) = 94+133+115=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8573 is #A17A8C. Grayscale: #777777. Windows color (decimal): -10582669 or 7570782. OLE color: 7570782.

HSL color Cylindrical-coordinate representation of color #5E8573: hue angle of 152.31º 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 #5E8573 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 115 -
CMYK 0.29 0 0.14 0.48
HSL 152.31º 0.17% 0.45% -
HSV(B) 152.31º 0.29% 0.52% -
XYZ 16.1 20.39 19.31 -
YUV 119.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 94 133 115 0.29 0 0.14 0.48 152.31 0.17 0.45
Hex 5E 85 73 1D 0 E 30 98 11 2D
Octal 136 205 163 35 0 16 60 230 21 55
Binary 1011110 10000101 1110011 11101 0 1110 110000 10011000 10001 101101

Color Harmonies of #5E8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8573

Black with #5E8573

Text Example


Text Example

White with #5E8573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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