#5A897A

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

Shades of Cutty Sark #5A897A

Tints of Cutty Sark #5A897A

Color information

#5A897A (or 0x5A897A) is unknown color: approx Cutty Sark. HEX triplet: 5A, 89 and 7A. RGB value is (90,137,122). Sum of RGB (Red+Green+Blue) = 90+137+122=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #5A897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A897A is #A57685. Grayscale: #797979. Windows color (decimal): -10843782 or 8030554. OLE color: 8030554.

HSL color Cylindrical-coordinate representation of color #5A897A: hue angle of 160.85º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A897A is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB90137122-
CMYK0.3400.110.46
HSL160.85º20.7%44.51%-
HSV(B)160.85º34.31%53.73%-
XYZ16.6721.4721.68-
YUV121.24128.43105.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=25.79%
G=39.26%
B=34.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901371220.3400.110.46160.8520.744.51
Hex5A897A220B2Ea1152d
Octal13221117242013562412555
Binary1011010100010011111010100010010111011101010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,122); }

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

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

 a { background-color: rgb(90,137,122); }

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

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

 span { border-color: rgb(90,137,122); }

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