#5A8270

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

Shades of Cutty Sark #5A8270

Tints of Cutty Sark #5A8270

Color information

#5A8270 (or 0x5A8270) is unknown color: approx Cutty Sark. HEX triplet: 5A, 82 and 70. RGB value is (90,130,112). Sum of RGB (Red+Green+Blue) = 90+130+112=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8270 is #A57D8F. Grayscale: #747474. Windows color (decimal): -10845584 or 7373402. OLE color: 7373402.

HSL color Cylindrical-coordinate representation of color #5A8270: hue angle of 153º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A8270 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB90130112-
CMYK0.3100.140.49
HSL153º18.18%43.14%-
HSV(B)153º30.77%50.98%-
XYZ15.1219.3118.26-
YUV115.99125.75109.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=27.11%
G=39.16%
B=33.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal901301120.3100.140.4915318.1843.14
Hex5A82701F0E3199122b
Octal13220216037016612312253
Binary101101010000010111000011111011101100011001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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