#5E7B70

Color #5E7B70 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #5E7B70

Tints of Cutty Sark #5E7B70

Color information

#5E7B70 (or 0x5E7B70) is unknown color: approx Cutty Sark. HEX triplet: 5E, 7B and 70. RGB value is (94,123,112). Sum of RGB (Red+Green+Blue) = 94+123+112=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B70 is #A1848F. Grayscale: #717171. Windows color (decimal): -10585232 or 7371614. OLE color: 7371614.

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

Color convert

RGB94123112-
CMYK0.2400.090.52
HSL157.24º13.36%42.55%-
HSV(B)157.24º23.58%48.24%-
XYZ14.6217.7217.98-
YUV113.07127.39114.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=28.57%
G=37.39%
B=34.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941231120.2400.090.52157.2413.3642.55
Hex5E7B701809349dd2b
Octal13617316030011642351553
Binary1011110111101111100001100001001110100100111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7B70;
 }
 .AnyTagClassName
 {
   color: #5E7B70;
 }
</style>
background-color css

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

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

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

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

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

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