#5A9070

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

Shades of Cutty Sark #5A9070

Tints of Cutty Sark #5A9070

Color information

#5A9070 (or 0x5A9070) is unknown color: approx Cutty Sark. HEX triplet: 5A, 90 and 70. RGB value is (90,144,112). Sum of RGB (Red+Green+Blue) = 90+144+112=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9070 is #A56F8F. Grayscale: #7C7C7C. Windows color (decimal): -10842000 or 7376986. OLE color: 7376986.

HSL color Cylindrical-coordinate representation of color #5A9070: hue angle of 144.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9070 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB90144112-
CMYK0.3700.220.44
HSL144.44º23.08%45.88%-
HSV(B)144.44º37.5%56.47%-
XYZ17.1123.2918.92-
YUV124.21121.11103.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=26.01%
G=41.62%
B=32.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901441120.3700.220.44144.4423.0845.88
Hex5A9070250162C90172e
Octal13222016045026542202756
Binary10110101001000011100001001010101101011001001000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,112); }

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

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

 a { background-color: rgb(90,144,112); }

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

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

 span { border-color: rgb(90,144,112); }

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