Html Css Color HEX #5E8570 Cutty Sark

📋 copy color: '#5E8570'

red 94 ◦ green 133 ◦ blue 112

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

Shades of Cutty Sark #5E8570

Tints of Cutty Sark #5E8570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 27.73%
G = 39.23%
B = 33.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#5E8570 (or 0x5E8570) is known color: Cutty Sark. HEX triplet: 5E, 85 and 70. RGB value is (94,133,112). Sum of RGB (Red+Green+Blue) = 94+133+112=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8570 is #A17A8F. Grayscale: #767676. Windows color (decimal): -10582672 or 7374174. OLE color: 7374174.

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

Color convert

RGB 94 133 112 -
CMYK 0.29 0 0.16 0.48
HSL 147.69º 0.17% 0.45% -
HSV(B) 147.69º 0.29% 0.52% -
XYZ 15.93 20.32 18.41 -
YUV 118.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 94 133 112 0.29 0 0.16 0.48 147.69 0.17 0.45
Hex 5E 85 70 1D 0 10 30 94 11 2D
Octal 136 205 160 35 0 20 60 224 21 55
Binary 1011110 10000101 1110000 11101 0 10000 110000 10010100 10001 101101

Color Harmonies of #5E8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8570

Black with #5E8570

Text Example


Text Example

White with #5E8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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