#5A846C

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

Shades of Cutty Sark #5A846C

Tints of Cutty Sark #5A846C

Color information

#5A846C (or 0x5A846C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 84 and 6C. RGB value is (90,132,108). Sum of RGB (Red+Green+Blue) = 90+132+108=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #5A846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A846C is #A57B93. Grayscale: #747474. Windows color (decimal): -10845076 or 7111770. OLE color: 7111770.

HSL color Cylindrical-coordinate representation of color #5A846C: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A846C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB90132108-
CMYK0.3200.180.48
HSL145.71º18.92%43.53%-
HSV(B)145.71º31.82%51.76%-
XYZ15.1719.7617.2-
YUV116.71123.09108.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=27.27%
G=40%
B=32.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901321080.3200.180.48145.7118.9243.53
Hex5A846C200123092132c
Octal13220415440022602222354
Binary10110101000010011011001000000100101100001001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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