#5A8479

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

Shades of Cutty Sark #5A8479

Tints of Cutty Sark #5A8479

Color information

#5A8479 (or 0x5A8479) is unknown color: approx Cutty Sark. HEX triplet: 5A, 84 and 79. RGB value is (90,132,121). Sum of RGB (Red+Green+Blue) = 90+132+121=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8479 is #A57B86. Grayscale: #767676. Windows color (decimal): -10845063 or 7963738. OLE color: 7963738.

HSL color Cylindrical-coordinate representation of color #5A8479: hue angle of 164.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8479 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB90132121-
CMYK0.3200.080.48
HSL164.29º18.92%43.53%-
HSV(B)164.29º31.82%51.76%-
XYZ15.9220.0621.12-
YUV118.19129.59107.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=26.24%
G=38.48%
B=35.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901321210.3200.080.48164.2918.9243.53
Hex5A8479200830a4132c
Octal13220417140010602442354
Binary1011010100001001111001100000010001100001010010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,121); }

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

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

 a { background-color: rgb(90,132,121); }

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

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

 span { border-color: rgb(90,132,121); }

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