#5A8679

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

Shades of Cutty Sark #5A8679

Tints of Cutty Sark #5A8679

Color information

#5A8679 (or 0x5A8679) is unknown color: approx Cutty Sark. HEX triplet: 5A, 86 and 79. RGB value is (90,134,121). Sum of RGB (Red+Green+Blue) = 90+134+121=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8679 is #A57986. Grayscale: #777777. Windows color (decimal): -10844551 or 7964250. OLE color: 7964250.

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

Color convert

RGB90134121-
CMYK0.3300.100.47
HSL162.27º19.64%43.92%-
HSV(B)162.27º32.84%52.55%-
XYZ16.1920.621.21-
YUV119.36128.92107.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=26.09%
G=38.84%
B=35.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901341210.3300.100.47162.2719.6443.92
Hex5A8679210A2Fa2142c
Octal13220617141012572422454
Binary1011010100001101111001100001010101011111010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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