#5A866C

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

Shades of Cutty Sark #5A866C

Tints of Cutty Sark #5A866C

Color information

#5A866C (or 0x5A866C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 86 and 6C. RGB value is (90,134,108). Sum of RGB (Red+Green+Blue) = 90+134+108=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #5A866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A866C is #A57993. Grayscale: #757575. Windows color (decimal): -10844564 or 7112282. OLE color: 7112282.

HSL color Cylindrical-coordinate representation of color #5A866C: hue angle of 144.55º 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 #5A866C is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB90134108-
CMYK0.3300.190.47
HSL144.55º19.64%43.92%-
HSV(B)144.55º32.84%52.55%-
XYZ15.4520.3117.29-
YUV117.88122.42108.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=27.11%
G=40.36%
B=32.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901341080.3300.190.47144.5519.6443.92
Hex5A866C210132F91142c
Octal13220615441023572212454
Binary10110101000011011011001000010100111011111001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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