#5E887A

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

Shades of Cutty Sark #5E887A

Tints of Cutty Sark #5E887A

Color information

#5E887A (or 0x5E887A) is unknown color: approx Cutty Sark. HEX triplet: 5E, 88 and 7A. RGB value is (94,136,122). Sum of RGB (Red+Green+Blue) = 94+136+122=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #5E887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E887A is #A17785. Grayscale: #797979. Windows color (decimal): -10581894 or 8030302. OLE color: 8030302.

HSL color Cylindrical-coordinate representation of color #5E887A: hue angle of 160º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E887A is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB94136122-
CMYK0.3100.100.47
HSL160º18.26%45.1%-
HSV(B)160º30.88%53.33%-
XYZ16.9321.3921.65-
YUV121.85128.09108.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=26.70%
G=38.64%
B=34.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941361220.3100.100.4716018.2645.1
Hex5E887A1F0A2Fa0122d
Octal13621017237012572402255
Binary101111010001000111101011111010101011111010000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,122); }

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

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

 a { background-color: rgb(94,136,122); }

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

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

 span { border-color: rgb(94,136,122); }

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