#5A806C

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

Shades of Cutty Sark #5A806C

Tints of Cutty Sark #5A806C

Color information

#5A806C (or 0x5A806C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 80 and 6C. RGB value is (90,128,108). Sum of RGB (Red+Green+Blue) = 90+128+108=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #5A806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A806C is #A57F93. Grayscale: #727272. Windows color (decimal): -10846100 or 7110746. OLE color: 7110746.

HSL color Cylindrical-coordinate representation of color #5A806C: hue angle of 148.42º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A806C is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB90128108-
CMYK0.3000.160.50
HSL148.42º17.43%42.75%-
HSV(B)148.42º29.69%50.2%-
XYZ14.6418.6917.02-
YUV114.36124.41110.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=27.61%
G=39.26%
B=33.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal901281080.3000.160.50148.4217.4342.75
Hex5A806C1E0103294112b
Octal13220015436020622242153
Binary1011010100000001101100111100100001100101001010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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